MyAstro

Ag_tosend

agTosendGet

List


/ag_tosend

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200] result = apiInstance.agTosendGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200] result = apiInstance.agTosendGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// List
[apiInstance agTosendGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendGetExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200] result = apiInstance.agTosendGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendGet: " + e.Message );
            }
        }
    }
}

                                                    

agTosendGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of ag_tosend


agTosendIdDelete

Delete


/ag_tosend/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.agTosendIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.agTosendIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// Delete
[apiInstance agTosendIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.agTosendIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

agTosendIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


agTosendIdGet

Read


/ag_tosend/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200 result = apiInstance.agTosendIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200 result = apiInstance.agTosendIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// Read
[apiInstance agTosendIdGetWith:id
              completionHandler: ^(inline_response_200 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200 result = apiInstance.agTosendIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendIdGet: " + e.Message );
            }
        }
    }
}

                                                    

agTosendIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


agTosendIdPatch

Increment


/ag_tosend/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        Item_2 item = ; // Item_2 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agTosendIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        Item_2 item = ; // Item_2 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agTosendIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_2 *item = ; // Properties of item to update.

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// Increment
[apiInstance agTosendIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_2} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_2(); // Item_2 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.agTosendIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

agTosendIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


agTosendIdPut

Update


/ag_tosend/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        Item_1 item = ; // Item_1 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agTosendIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        String id = id_example; // String | Identifier for item.
        Item_1 item = ; // Item_1 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agTosendIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_1 *item = ; // Properties of item to update.

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// Update
[apiInstance agTosendIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_1} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_1(); // Item_1 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.agTosendIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendIdPut: " + e.Message );
            }
        }
    }
}

                                                    

agTosendIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


agTosendPost

Create


/ag_tosend

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/ag_tosend"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_tosendApi;

import java.io.File;
import java.util.*;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        Item item = ; // Item | Item to create.
        try {
            'Integer' result = apiInstance.agTosendPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_tosendApi;

public class Ag_tosendApiExample {

    public static void main(String[] args) {
        Ag_tosendApi apiInstance = new Ag_tosendApi();
        Item item = ; // Item | Item to create.
        try {
            'Integer' result = apiInstance.agTosendPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_tosendApi#agTosendPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item *item = ; // Item to create.

Ag_tosendApi *apiInstance = [[Ag_tosendApi alloc] init];

// Create
[apiInstance agTosendPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_tosendApi()

var item = ; // {Item} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agTosendPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agTosendPostExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_tosendApi();
            var item = new Item(); // Item | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.agTosendPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_tosendApi.agTosendPost: " + e.Message );
            }
        }
    }
}

                                                    

agTosendPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_tosendApi->agTosendPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Ag_users

agUsersGet

List


/ag_users

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/ag_users?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_1] result = apiInstance.agUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_1] result = apiInstance.agUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// List
[apiInstance agUsersGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_1] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersGetExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_1] result = apiInstance.agUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersGet: " + e.Message );
            }
        }
    }
}

                                                    

agUsersGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of ag_users


agUsersIdDelete

Delete


/ag_users/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/ag_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.agUsersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.agUsersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// Delete
[apiInstance agUsersIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.agUsersIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

agUsersIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


agUsersIdGet

Read


/ag_users/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/ag_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_1 result = apiInstance.agUsersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_1 result = apiInstance.agUsersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// Read
[apiInstance agUsersIdGetWith:id
              completionHandler: ^(inline_response_200_1 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_1 result = apiInstance.agUsersIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersIdGet: " + e.Message );
            }
        }
    }
}

                                                    

agUsersIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


agUsersIdPatch

Increment


/ag_users/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/ag_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_5 item = ; // Item_5 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agUsersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_5 item = ; // Item_5 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agUsersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_5 *item = ; // Properties of item to update.

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// Increment
[apiInstance agUsersIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_5} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_5(); // Item_5 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.agUsersIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

agUsersIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


agUsersIdPut

Update


/ag_users/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/ag_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_4 item = ; // Item_4 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agUsersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_4 item = ; // Item_4 | Properties of item to update.
        try {
            'Integer' result = apiInstance.agUsersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_4 *item = ; // Properties of item to update.

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// Update
[apiInstance agUsersIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_4} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_4(); // Item_4 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.agUsersIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersIdPut: " + e.Message );
            }
        }
    }
}

                                                    

agUsersIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


agUsersPost

Create


/ag_users

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/ag_users"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Ag_usersApi;

import java.io.File;
import java.util.*;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        
        Ag_usersApi apiInstance = new Ag_usersApi();
        Item_3 item = ; // Item_3 | Item to create.
        try {
            'Integer' result = apiInstance.agUsersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Ag_usersApi;

public class Ag_usersApiExample {

    public static void main(String[] args) {
        Ag_usersApi apiInstance = new Ag_usersApi();
        Item_3 item = ; // Item_3 | Item to create.
        try {
            'Integer' result = apiInstance.agUsersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Ag_usersApi#agUsersPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_3 *item = ; // Item to create.

Ag_usersApi *apiInstance = [[Ag_usersApi alloc] init];

// Create
[apiInstance agUsersPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Ag_usersApi()

var item = ; // {Item_3} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.agUsersPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class agUsersPostExample
    {
        public void main()
        {
            
            var apiInstance = new Ag_usersApi();
            var item = new Item_3(); // Item_3 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.agUsersPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Ag_usersApi.agUsersPost: " + e.Message );
            }
        }
    }
}

                                                    

agUsersPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Ag_usersApi->agUsersPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Anna_joseph

annaJosephGet

List


/anna_joseph

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_2] result = apiInstance.annaJosephGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_2] result = apiInstance.annaJosephGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// List
[apiInstance annaJosephGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_2] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephGetExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_2] result = apiInstance.annaJosephGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephGet: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of anna_joseph


annaJosephIdDelete

Delete


/anna_joseph/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.annaJosephIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.annaJosephIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// Delete
[apiInstance annaJosephIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.annaJosephIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


annaJosephIdGet

Read


/anna_joseph/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_2 result = apiInstance.annaJosephIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_2 result = apiInstance.annaJosephIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// Read
[apiInstance annaJosephIdGetWith:id
              completionHandler: ^(inline_response_200_2 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_2 result = apiInstance.annaJosephIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephIdGet: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


annaJosephIdPatch

Increment


/anna_joseph/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        Item_8 item = ; // Item_8 | Properties of item to update.
        try {
            'Integer' result = apiInstance.annaJosephIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        Item_8 item = ; // Item_8 | Properties of item to update.
        try {
            'Integer' result = apiInstance.annaJosephIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_8 *item = ; // Properties of item to update.

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// Increment
[apiInstance annaJosephIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_8} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_8(); // Item_8 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.annaJosephIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


annaJosephIdPut

Update


/anna_joseph/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        Item_7 item = ; // Item_7 | Properties of item to update.
        try {
            'Integer' result = apiInstance.annaJosephIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        String id = id_example; // String | Identifier for item.
        Item_7 item = ; // Item_7 | Properties of item to update.
        try {
            'Integer' result = apiInstance.annaJosephIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_7 *item = ; // Properties of item to update.

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// Update
[apiInstance annaJosephIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_7} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_7(); // Item_7 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.annaJosephIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephIdPut: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


annaJosephPost

Create


/anna_joseph

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/anna_joseph"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Anna_josephApi;

import java.io.File;
import java.util.*;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        
        Anna_josephApi apiInstance = new Anna_josephApi();
        Item_6 item = ; // Item_6 | Item to create.
        try {
            'Integer' result = apiInstance.annaJosephPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Anna_josephApi;

public class Anna_josephApiExample {

    public static void main(String[] args) {
        Anna_josephApi apiInstance = new Anna_josephApi();
        Item_6 item = ; // Item_6 | Item to create.
        try {
            'Integer' result = apiInstance.annaJosephPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Anna_josephApi#annaJosephPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_6 *item = ; // Item to create.

Anna_josephApi *apiInstance = [[Anna_josephApi alloc] init];

// Create
[apiInstance annaJosephPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Anna_josephApi()

var item = ; // {Item_6} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.annaJosephPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class annaJosephPostExample
    {
        public void main()
        {
            
            var apiInstance = new Anna_josephApi();
            var item = new Item_6(); // Item_6 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.annaJosephPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Anna_josephApi.annaJosephPost: " + e.Message );
            }
        }
    }
}

                                                    

annaJosephPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Anna_josephApi->annaJosephPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Chat

chatGet

List


/chat

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/chat?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_3] result = apiInstance.chatGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_3] result = apiInstance.chatGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

ChatApi *apiInstance = [[ChatApi alloc] init];

// List
[apiInstance chatGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_3] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatGetExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_3] result = apiInstance.chatGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatGet: " + e.Message );
            }
        }
    }
}

                                                    

chatGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of chat


chatIdDelete

Delete


/chat/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/chat/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.chatIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.chatIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

ChatApi *apiInstance = [[ChatApi alloc] init];

// Delete
[apiInstance chatIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.chatIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

chatIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


chatIdGet

Read


/chat/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/chat/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_3 result = apiInstance.chatIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_3 result = apiInstance.chatIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

ChatApi *apiInstance = [[ChatApi alloc] init];

// Read
[apiInstance chatIdGetWith:id
              completionHandler: ^(inline_response_200_3 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_3 result = apiInstance.chatIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatIdGet: " + e.Message );
            }
        }
    }
}

                                                    

chatIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


chatIdPatch

Increment


/chat/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/chat/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        Item_11 item = ; // Item_11 | Properties of item to update.
        try {
            'Integer' result = apiInstance.chatIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        Item_11 item = ; // Item_11 | Properties of item to update.
        try {
            'Integer' result = apiInstance.chatIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_11 *item = ; // Properties of item to update.

ChatApi *apiInstance = [[ChatApi alloc] init];

// Increment
[apiInstance chatIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_11} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_11(); // Item_11 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.chatIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

chatIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


chatIdPut

Update


/chat/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/chat/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        Item_10 item = ; // Item_10 | Properties of item to update.
        try {
            'Integer' result = apiInstance.chatIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        String id = id_example; // String | Identifier for item.
        Item_10 item = ; // Item_10 | Properties of item to update.
        try {
            'Integer' result = apiInstance.chatIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_10 *item = ; // Properties of item to update.

ChatApi *apiInstance = [[ChatApi alloc] init];

// Update
[apiInstance chatIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_10} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_10(); // Item_10 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.chatIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatIdPut: " + e.Message );
            }
        }
    }
}

                                                    

chatIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


chatPost

Create


/chat

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/chat"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .ChatApi;

import java.io.File;
import java.util.*;

public class ChatApiExample {

    public static void main(String[] args) {
        
        ChatApi apiInstance = new ChatApi();
        Item_9 item = ; // Item_9 | Item to create.
        try {
            'Integer' result = apiInstance.chatPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .ChatApi;

public class ChatApiExample {

    public static void main(String[] args) {
        ChatApi apiInstance = new ChatApi();
        Item_9 item = ; // Item_9 | Item to create.
        try {
            'Integer' result = apiInstance.chatPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ChatApi#chatPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_9 *item = ; // Item to create.

ChatApi *apiInstance = [[ChatApi alloc] init];

// Create
[apiInstance chatPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .ChatApi()

var item = ; // {Item_9} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.chatPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class chatPostExample
    {
        public void main()
        {
            
            var apiInstance = new ChatApi();
            var item = new Item_9(); // Item_9 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.chatPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ChatApi.chatPost: " + e.Message );
            }
        }
    }
}

                                                    

chatPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ChatApi->chatPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Commentaire

commentaireGet

List


/commentaire

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/commentaire?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_4] result = apiInstance.commentaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_4] result = apiInstance.commentaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// List
[apiInstance commentaireGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_4] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentaireGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentaireGetExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_4] result = apiInstance.commentaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentaireGet: " + e.Message );
            }
        }
    }
}

                                                    

commentaireGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentaireGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of commentaire


commentaireIdDelete

Delete


/commentaire/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/commentaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.commentaireIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.commentaireIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// Delete
[apiInstance commentaireIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentaireIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentaireIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.commentaireIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentaireIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

commentaireIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentaireIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


commentaireIdGet

Read


/commentaire/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/commentaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_4 result = apiInstance.commentaireIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_4 result = apiInstance.commentaireIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// Read
[apiInstance commentaireIdGetWith:id
              completionHandler: ^(inline_response_200_4 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentaireIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentaireIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_4 result = apiInstance.commentaireIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentaireIdGet: " + e.Message );
            }
        }
    }
}

                                                    

commentaireIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentaireIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


commentaireIdPatch

Increment


/commentaire/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/commentaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        Item_14 item = ; // Item_14 | Properties of item to update.
        try {
            'Integer' result = apiInstance.commentaireIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        Item_14 item = ; // Item_14 | Properties of item to update.
        try {
            'Integer' result = apiInstance.commentaireIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_14 *item = ; // Properties of item to update.

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// Increment
[apiInstance commentaireIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_14} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentaireIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentaireIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_14(); // Item_14 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.commentaireIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentaireIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

commentaireIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentaireIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


commentaireIdPut

Update


/commentaire/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/commentaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        Item_13 item = ; // Item_13 | Properties of item to update.
        try {
            'Integer' result = apiInstance.commentaireIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        String id = id_example; // String | Identifier for item.
        Item_13 item = ; // Item_13 | Properties of item to update.
        try {
            'Integer' result = apiInstance.commentaireIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentaireIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_13 *item = ; // Properties of item to update.

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// Update
[apiInstance commentaireIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_13} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentaireIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentaireIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_13(); // Item_13 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.commentaireIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentaireIdPut: " + e.Message );
            }
        }
    }
}

                                                    

commentaireIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentaireIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


commentairePost

Create


/commentaire

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/commentaire"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CommentaireApi;

import java.io.File;
import java.util.*;

public class CommentaireApiExample {

    public static void main(String[] args) {
        
        CommentaireApi apiInstance = new CommentaireApi();
        Item_12 item = ; // Item_12 | Item to create.
        try {
            'Integer' result = apiInstance.commentairePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentairePost");
            e.printStackTrace();
        }
    }
}

                                                  

import .CommentaireApi;

public class CommentaireApiExample {

    public static void main(String[] args) {
        CommentaireApi apiInstance = new CommentaireApi();
        Item_12 item = ; // Item_12 | Item to create.
        try {
            'Integer' result = apiInstance.commentairePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CommentaireApi#commentairePost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_12 *item = ; // Item to create.

CommentaireApi *apiInstance = [[CommentaireApi alloc] init];

// Create
[apiInstance commentairePostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CommentaireApi()

var item = ; // {Item_12} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.commentairePost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class commentairePostExample
    {
        public void main()
        {
            
            var apiInstance = new CommentaireApi();
            var item = new Item_12(); // Item_12 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.commentairePost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CommentaireApi.commentairePost: " + e.Message );
            }
        }
    }
}

                                                    

commentairePost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CommentaireApi->commentairePost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Compteurs

compteursGet

List


/compteurs

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/compteurs?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_5] result = apiInstance.compteursGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_5] result = apiInstance.compteursGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// List
[apiInstance compteursGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_5] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursGetExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_5] result = apiInstance.compteursGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursGet: " + e.Message );
            }
        }
    }
}

                                                    

compteursGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of compteurs


compteursIdDelete

Delete


/compteurs/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/compteurs/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.compteursIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.compteursIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// Delete
[apiInstance compteursIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.compteursIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

compteursIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


compteursIdGet

Read


/compteurs/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/compteurs/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_5 result = apiInstance.compteursIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_5 result = apiInstance.compteursIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// Read
[apiInstance compteursIdGetWith:id
              completionHandler: ^(inline_response_200_5 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_5 result = apiInstance.compteursIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursIdGet: " + e.Message );
            }
        }
    }
}

                                                    

compteursIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


compteursIdPatch

Increment


/compteurs/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/compteurs/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        Item_17 item = ; // Item_17 | Properties of item to update.
        try {
            'Integer' result = apiInstance.compteursIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        Item_17 item = ; // Item_17 | Properties of item to update.
        try {
            'Integer' result = apiInstance.compteursIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_17 *item = ; // Properties of item to update.

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// Increment
[apiInstance compteursIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_17} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_17(); // Item_17 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.compteursIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

compteursIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


compteursIdPut

Update


/compteurs/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/compteurs/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        Item_16 item = ; // Item_16 | Properties of item to update.
        try {
            'Integer' result = apiInstance.compteursIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        String id = id_example; // String | Identifier for item.
        Item_16 item = ; // Item_16 | Properties of item to update.
        try {
            'Integer' result = apiInstance.compteursIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_16 *item = ; // Properties of item to update.

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// Update
[apiInstance compteursIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_16} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_16(); // Item_16 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.compteursIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursIdPut: " + e.Message );
            }
        }
    }
}

                                                    

compteursIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


compteursPost

Create


/compteurs

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/compteurs"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .CompteursApi;

import java.io.File;
import java.util.*;

public class CompteursApiExample {

    public static void main(String[] args) {
        
        CompteursApi apiInstance = new CompteursApi();
        Item_15 item = ; // Item_15 | Item to create.
        try {
            'Integer' result = apiInstance.compteursPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .CompteursApi;

public class CompteursApiExample {

    public static void main(String[] args) {
        CompteursApi apiInstance = new CompteursApi();
        Item_15 item = ; // Item_15 | Item to create.
        try {
            'Integer' result = apiInstance.compteursPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CompteursApi#compteursPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_15 *item = ; // Item to create.

CompteursApi *apiInstance = [[CompteursApi alloc] init];

// Create
[apiInstance compteursPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .CompteursApi()

var item = ; // {Item_15} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.compteursPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class compteursPostExample
    {
        public void main()
        {
            
            var apiInstance = new CompteursApi();
            var item = new Item_15(); // Item_15 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.compteursPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CompteursApi.compteursPost: " + e.Message );
            }
        }
    }
}

                                                    

compteursPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling CompteursApi->compteursPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Emv_tasks

emvTasksGet

List


/emv_tasks

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_6] result = apiInstance.emvTasksGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_6] result = apiInstance.emvTasksGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// List
[apiInstance emvTasksGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_6] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksGetExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_6] result = apiInstance.emvTasksGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksGet: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of emv_tasks


emvTasksIdDelete

Delete


/emv_tasks/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.emvTasksIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.emvTasksIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// Delete
[apiInstance emvTasksIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.emvTasksIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


emvTasksIdGet

Read


/emv_tasks/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_6 result = apiInstance.emvTasksIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_6 result = apiInstance.emvTasksIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// Read
[apiInstance emvTasksIdGetWith:id
              completionHandler: ^(inline_response_200_6 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_6 result = apiInstance.emvTasksIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksIdGet: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


emvTasksIdPatch

Increment


/emv_tasks/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        Item_20 item = ; // Item_20 | Properties of item to update.
        try {
            'Integer' result = apiInstance.emvTasksIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        Item_20 item = ; // Item_20 | Properties of item to update.
        try {
            'Integer' result = apiInstance.emvTasksIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_20 *item = ; // Properties of item to update.

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// Increment
[apiInstance emvTasksIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_20} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_20(); // Item_20 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.emvTasksIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


emvTasksIdPut

Update


/emv_tasks/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        Item_19 item = ; // Item_19 | Properties of item to update.
        try {
            'Integer' result = apiInstance.emvTasksIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        String id = id_example; // String | Identifier for item.
        Item_19 item = ; // Item_19 | Properties of item to update.
        try {
            'Integer' result = apiInstance.emvTasksIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_19 *item = ; // Properties of item to update.

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// Update
[apiInstance emvTasksIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_19} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_19(); // Item_19 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.emvTasksIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksIdPut: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


emvTasksPost

Create


/emv_tasks

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/emv_tasks"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Emv_tasksApi;

import java.io.File;
import java.util.*;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        Item_18 item = ; // Item_18 | Item to create.
        try {
            'Integer' result = apiInstance.emvTasksPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Emv_tasksApi;

public class Emv_tasksApiExample {

    public static void main(String[] args) {
        Emv_tasksApi apiInstance = new Emv_tasksApi();
        Item_18 item = ; // Item_18 | Item to create.
        try {
            'Integer' result = apiInstance.emvTasksPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Emv_tasksApi#emvTasksPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_18 *item = ; // Item to create.

Emv_tasksApi *apiInstance = [[Emv_tasksApi alloc] init];

// Create
[apiInstance emvTasksPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Emv_tasksApi()

var item = ; // {Item_18} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.emvTasksPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class emvTasksPostExample
    {
        public void main()
        {
            
            var apiInstance = new Emv_tasksApi();
            var item = new Item_18(); // Item_18 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.emvTasksPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Emv_tasksApi.emvTasksPost: " + e.Message );
            }
        }
    }
}

                                                    

emvTasksPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Emv_tasksApi->emvTasksPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Form_astro_genre

formAstroGenreGet

List


/form_astro_genre

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_7] result = apiInstance.formAstroGenreGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_7] result = apiInstance.formAstroGenreGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// List
[apiInstance formAstroGenreGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_7] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenreGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenreGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_7] result = apiInstance.formAstroGenreGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenreGet: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenreGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenreGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of form_astro_genre


formAstroGenreIdDelete

Delete


/form_astro_genre/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formAstroGenreIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formAstroGenreIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// Delete
[apiInstance formAstroGenreIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenreIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenreIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.formAstroGenreIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenreIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenreIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenreIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


formAstroGenreIdGet

Read


/form_astro_genre/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_7 result = apiInstance.formAstroGenreIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_7 result = apiInstance.formAstroGenreIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// Read
[apiInstance formAstroGenreIdGetWith:id
              completionHandler: ^(inline_response_200_7 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenreIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenreIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_7 result = apiInstance.formAstroGenreIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenreIdGet: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenreIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenreIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


formAstroGenreIdPatch

Increment


/form_astro_genre/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        Item_23 item = ; // Item_23 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formAstroGenreIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        Item_23 item = ; // Item_23 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formAstroGenreIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_23 *item = ; // Properties of item to update.

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// Increment
[apiInstance formAstroGenreIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_23} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenreIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenreIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_23(); // Item_23 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.formAstroGenreIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenreIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenreIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenreIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formAstroGenreIdPut

Update


/form_astro_genre/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        Item_22 item = ; // Item_22 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formAstroGenreIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        String id = id_example; // String | Identifier for item.
        Item_22 item = ; // Item_22 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formAstroGenreIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenreIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_22 *item = ; // Properties of item to update.

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// Update
[apiInstance formAstroGenreIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_22} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenreIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenreIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_22(); // Item_22 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.formAstroGenreIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenreIdPut: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenreIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenreIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formAstroGenrePost

Create


/form_astro_genre

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/form_astro_genre"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_astro_genreApi;

import java.io.File;
import java.util.*;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        Item_21 item = ; // Item_21 | Item to create.
        try {
            'Integer' result = apiInstance.formAstroGenrePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenrePost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_astro_genreApi;

public class Form_astro_genreApiExample {

    public static void main(String[] args) {
        Form_astro_genreApi apiInstance = new Form_astro_genreApi();
        Item_21 item = ; // Item_21 | Item to create.
        try {
            'Integer' result = apiInstance.formAstroGenrePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_astro_genreApi#formAstroGenrePost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_21 *item = ; // Item to create.

Form_astro_genreApi *apiInstance = [[Form_astro_genreApi alloc] init];

// Create
[apiInstance formAstroGenrePostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_astro_genreApi()

var item = ; // {Item_21} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formAstroGenrePost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formAstroGenrePostExample
    {
        public void main()
        {
            
            var apiInstance = new Form_astro_genreApi();
            var item = new Item_21(); // Item_21 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.formAstroGenrePost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_astro_genreApi.formAstroGenrePost: " + e.Message );
            }
        }
    }
}

                                                    

formAstroGenrePost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_astro_genreApi->formAstroGenrePost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Form_formulaires

formFormulairesGet

List


/form_formulaires

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_8] result = apiInstance.formFormulairesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_8] result = apiInstance.formFormulairesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// List
[apiInstance formFormulairesGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_8] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_8] result = apiInstance.formFormulairesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesGet: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of form_formulaires


formFormulairesIdDelete

Delete


/form_formulaires/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formFormulairesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formFormulairesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// Delete
[apiInstance formFormulairesIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.formFormulairesIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


formFormulairesIdGet

Read


/form_formulaires/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_8 result = apiInstance.formFormulairesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_8 result = apiInstance.formFormulairesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// Read
[apiInstance formFormulairesIdGetWith:id
              completionHandler: ^(inline_response_200_8 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_8 result = apiInstance.formFormulairesIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesIdGet: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


formFormulairesIdPatch

Increment


/form_formulaires/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        Item_26 item = ; // Item_26 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formFormulairesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        Item_26 item = ; // Item_26 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formFormulairesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_26 *item = ; // Properties of item to update.

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// Increment
[apiInstance formFormulairesIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_26} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_26(); // Item_26 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.formFormulairesIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formFormulairesIdPut

Update


/form_formulaires/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        Item_25 item = ; // Item_25 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formFormulairesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        String id = id_example; // String | Identifier for item.
        Item_25 item = ; // Item_25 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formFormulairesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_25 *item = ; // Properties of item to update.

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// Update
[apiInstance formFormulairesIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_25} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_25(); // Item_25 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.formFormulairesIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesIdPut: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formFormulairesPost

Create


/form_formulaires

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/form_formulaires"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_formulairesApi;

import java.io.File;
import java.util.*;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        Item_24 item = ; // Item_24 | Item to create.
        try {
            'Integer' result = apiInstance.formFormulairesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_formulairesApi;

public class Form_formulairesApiExample {

    public static void main(String[] args) {
        Form_formulairesApi apiInstance = new Form_formulairesApi();
        Item_24 item = ; // Item_24 | Item to create.
        try {
            'Integer' result = apiInstance.formFormulairesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_formulairesApi#formFormulairesPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_24 *item = ; // Item to create.

Form_formulairesApi *apiInstance = [[Form_formulairesApi alloc] init];

// Create
[apiInstance formFormulairesPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_formulairesApi()

var item = ; // {Item_24} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formFormulairesPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formFormulairesPostExample
    {
        public void main()
        {
            
            var apiInstance = new Form_formulairesApi();
            var item = new Item_24(); // Item_24 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.formFormulairesPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_formulairesApi.formFormulairesPost: " + e.Message );
            }
        }
    }
}

                                                    

formFormulairesPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_formulairesApi->formFormulairesPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Form_responses

formResponsesGet

List


/form_responses

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_responses?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_9] result = apiInstance.formResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_9] result = apiInstance.formResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// List
[apiInstance formResponsesGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_9] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_9] result = apiInstance.formResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesGet: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of form_responses


formResponsesIdDelete

Delete


/form_responses/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/form_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formResponsesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formResponsesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// Delete
[apiInstance formResponsesIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.formResponsesIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


formResponsesIdGet

Read


/form_responses/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_9 result = apiInstance.formResponsesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_9 result = apiInstance.formResponsesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// Read
[apiInstance formResponsesIdGetWith:id
              completionHandler: ^(inline_response_200_9 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_9 result = apiInstance.formResponsesIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesIdGet: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


formResponsesIdPatch

Increment


/form_responses/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/form_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_29 item = ; // Item_29 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formResponsesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_29 item = ; // Item_29 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formResponsesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_29 *item = ; // Properties of item to update.

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// Increment
[apiInstance formResponsesIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_29} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_29(); // Item_29 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.formResponsesIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formResponsesIdPut

Update


/form_responses/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/form_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_28 item = ; // Item_28 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formResponsesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_28 item = ; // Item_28 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formResponsesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_28 *item = ; // Properties of item to update.

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// Update
[apiInstance formResponsesIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_28} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_28(); // Item_28 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.formResponsesIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesIdPut: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formResponsesPost

Create


/form_responses

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/form_responses"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_responsesApi;

import java.io.File;
import java.util.*;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        
        Form_responsesApi apiInstance = new Form_responsesApi();
        Item_27 item = ; // Item_27 | Item to create.
        try {
            'Integer' result = apiInstance.formResponsesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_responsesApi;

public class Form_responsesApiExample {

    public static void main(String[] args) {
        Form_responsesApi apiInstance = new Form_responsesApi();
        Item_27 item = ; // Item_27 | Item to create.
        try {
            'Integer' result = apiInstance.formResponsesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_responsesApi#formResponsesPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_27 *item = ; // Item to create.

Form_responsesApi *apiInstance = [[Form_responsesApi alloc] init];

// Create
[apiInstance formResponsesPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_responsesApi()

var item = ; // {Item_27} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formResponsesPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formResponsesPostExample
    {
        public void main()
        {
            
            var apiInstance = new Form_responsesApi();
            var item = new Item_27(); // Item_27 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.formResponsesPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_responsesApi.formResponsesPost: " + e.Message );
            }
        }
    }
}

                                                    

formResponsesPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_responsesApi->formResponsesPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Form_users_responses

formUsersResponsesGet

List


/form_users_responses

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_10] result = apiInstance.formUsersResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_10] result = apiInstance.formUsersResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// List
[apiInstance formUsersResponsesGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_10] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_10] result = apiInstance.formUsersResponsesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesGet: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of form_users_responses


formUsersResponsesIdDelete

Delete


/form_users_responses/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// Delete
[apiInstance formUsersResponsesIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.formUsersResponsesIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


formUsersResponsesIdGet

Read


/form_users_responses/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_10 result = apiInstance.formUsersResponsesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_10 result = apiInstance.formUsersResponsesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// Read
[apiInstance formUsersResponsesIdGetWith:id
              completionHandler: ^(inline_response_200_10 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_10 result = apiInstance.formUsersResponsesIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesIdGet: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


formUsersResponsesIdPatch

Increment


/form_users_responses/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_32 item = ; // Item_32 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_32 item = ; // Item_32 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_32 *item = ; // Properties of item to update.

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// Increment
[apiInstance formUsersResponsesIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_32} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_32(); // Item_32 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.formUsersResponsesIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formUsersResponsesIdPut

Update


/form_users_responses/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_31 item = ; // Item_31 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        String id = id_example; // String | Identifier for item.
        Item_31 item = ; // Item_31 | Properties of item to update.
        try {
            'Integer' result = apiInstance.formUsersResponsesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_31 *item = ; // Properties of item to update.

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// Update
[apiInstance formUsersResponsesIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_31} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_31(); // Item_31 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.formUsersResponsesIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesIdPut: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


formUsersResponsesPost

Create


/form_users_responses

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/form_users_responses"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Form_users_responsesApi;

import java.io.File;
import java.util.*;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        Item_30 item = ; // Item_30 | Item to create.
        try {
            'Integer' result = apiInstance.formUsersResponsesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Form_users_responsesApi;

public class Form_users_responsesApiExample {

    public static void main(String[] args) {
        Form_users_responsesApi apiInstance = new Form_users_responsesApi();
        Item_30 item = ; // Item_30 | Item to create.
        try {
            'Integer' result = apiInstance.formUsersResponsesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Form_users_responsesApi#formUsersResponsesPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_30 *item = ; // Item to create.

Form_users_responsesApi *apiInstance = [[Form_users_responsesApi alloc] init];

// Create
[apiInstance formUsersResponsesPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Form_users_responsesApi()

var item = ; // {Item_30} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.formUsersResponsesPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class formUsersResponsesPostExample
    {
        public void main()
        {
            
            var apiInstance = new Form_users_responsesApi();
            var item = new Item_30(); // Item_30 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.formUsersResponsesPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Form_users_responsesApi.formUsersResponsesPost: " + e.Message );
            }
        }
    }
}

                                                    

formUsersResponsesPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Form_users_responsesApi->formUsersResponsesPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Leads_1

leads1Get

List


/leads_1

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/leads_1?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_11] result = apiInstance.leads1Get(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1Get");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_11] result = apiInstance.leads1Get(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1Get");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// List
[apiInstance leads1GetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_11] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1Get(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1GetExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_11] result = apiInstance.leads1Get(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1Get: " + e.Message );
            }
        }
    }
}

                                                    

leads1Get($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1Get: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of leads_1


leads1IdDelete

Delete


/leads_1/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/leads_1/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.leads1IdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.leads1IdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// Delete
[apiInstance leads1IdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1IdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1IdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.leads1IdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1IdDelete: " + e.Message );
            }
        }
    }
}

                                                    

leads1IdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1IdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


leads1IdGet

Read


/leads_1/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/leads_1/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_11 result = apiInstance.leads1IdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_11 result = apiInstance.leads1IdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// Read
[apiInstance leads1IdGetWith:id
              completionHandler: ^(inline_response_200_11 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1IdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1IdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_11 result = apiInstance.leads1IdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1IdGet: " + e.Message );
            }
        }
    }
}

                                                    

leads1IdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1IdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


leads1IdPatch

Increment


/leads_1/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/leads_1/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        Item_35 item = ; // Item_35 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leads1IdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        Item_35 item = ; // Item_35 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leads1IdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_35 *item = ; // Properties of item to update.

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// Increment
[apiInstance leads1IdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_35} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1IdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1IdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_35(); // Item_35 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.leads1IdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1IdPatch: " + e.Message );
            }
        }
    }
}

                                                    

leads1IdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1IdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


leads1IdPut

Update


/leads_1/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/leads_1/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        Item_34 item = ; // Item_34 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leads1IdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        String id = id_example; // String | Identifier for item.
        Item_34 item = ; // Item_34 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leads1IdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1IdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_34 *item = ; // Properties of item to update.

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// Update
[apiInstance leads1IdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_34} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1IdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1IdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_34(); // Item_34 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.leads1IdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1IdPut: " + e.Message );
            }
        }
    }
}

                                                    

leads1IdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1IdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


leads1Post

Create


/leads_1

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/leads_1"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_1Api;

import java.io.File;
import java.util.*;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        
        Leads_1Api apiInstance = new Leads_1Api();
        Item_33 item = ; // Item_33 | Item to create.
        try {
            'Integer' result = apiInstance.leads1Post(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1Post");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_1Api;

public class Leads_1ApiExample {

    public static void main(String[] args) {
        Leads_1Api apiInstance = new Leads_1Api();
        Item_33 item = ; // Item_33 | Item to create.
        try {
            'Integer' result = apiInstance.leads1Post(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_1Api#leads1Post");
            e.printStackTrace();
        }
    }
}

                                                  


Item_33 *item = ; // Item to create.

Leads_1Api *apiInstance = [[Leads_1Api alloc] init];

// Create
[apiInstance leads1PostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_1Api()

var item = ; // {Item_33} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leads1Post(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leads1PostExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_1Api();
            var item = new Item_33(); // Item_33 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.leads1Post(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_1Api.leads1Post: " + e.Message );
            }
        }
    }
}

                                                    

leads1Post($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_1Api->leads1Post: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Leads_naturel

leadsNaturelGet

List


/leads_naturel

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_12] result = apiInstance.leadsNaturelGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_12] result = apiInstance.leadsNaturelGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// List
[apiInstance leadsNaturelGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_12] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelGetExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_12] result = apiInstance.leadsNaturelGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelGet: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of leads_naturel


leadsNaturelIdDelete

Delete


/leads_naturel/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.leadsNaturelIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.leadsNaturelIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// Delete
[apiInstance leadsNaturelIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.leadsNaturelIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


leadsNaturelIdGet

Read


/leads_naturel/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_12 result = apiInstance.leadsNaturelIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_12 result = apiInstance.leadsNaturelIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// Read
[apiInstance leadsNaturelIdGetWith:id
              completionHandler: ^(inline_response_200_12 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_12 result = apiInstance.leadsNaturelIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelIdGet: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


leadsNaturelIdPatch

Increment


/leads_naturel/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        Item_38 item = ; // Item_38 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leadsNaturelIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        Item_38 item = ; // Item_38 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leadsNaturelIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_38 *item = ; // Properties of item to update.

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// Increment
[apiInstance leadsNaturelIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_38} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_38(); // Item_38 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.leadsNaturelIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


leadsNaturelIdPut

Update


/leads_naturel/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        Item_37 item = ; // Item_37 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leadsNaturelIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        String id = id_example; // String | Identifier for item.
        Item_37 item = ; // Item_37 | Properties of item to update.
        try {
            'Integer' result = apiInstance.leadsNaturelIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_37 *item = ; // Properties of item to update.

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// Update
[apiInstance leadsNaturelIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_37} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_37(); // Item_37 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.leadsNaturelIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelIdPut: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


leadsNaturelPost

Create


/leads_naturel

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/leads_naturel"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Leads_naturelApi;

import java.io.File;
import java.util.*;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        Item_36 item = ; // Item_36 | Item to create.
        try {
            'Integer' result = apiInstance.leadsNaturelPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Leads_naturelApi;

public class Leads_naturelApiExample {

    public static void main(String[] args) {
        Leads_naturelApi apiInstance = new Leads_naturelApi();
        Item_36 item = ; // Item_36 | Item to create.
        try {
            'Integer' result = apiInstance.leadsNaturelPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Leads_naturelApi#leadsNaturelPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_36 *item = ; // Item to create.

Leads_naturelApi *apiInstance = [[Leads_naturelApi alloc] init];

// Create
[apiInstance leadsNaturelPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Leads_naturelApi()

var item = ; // {Item_36} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.leadsNaturelPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class leadsNaturelPostExample
    {
        public void main()
        {
            
            var apiInstance = new Leads_naturelApi();
            var item = new Item_36(); // Item_36 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.leadsNaturelPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Leads_naturelApi.leadsNaturelPost: " + e.Message );
            }
        }
    }
}

                                                    

leadsNaturelPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Leads_naturelApi->leadsNaturelPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Logs_formulaire

logsFormulaireGet

List


/logs_formulaire

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_13] result = apiInstance.logsFormulaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_13] result = apiInstance.logsFormulaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// List
[apiInstance logsFormulaireGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_13] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulaireGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulaireGetExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_13] result = apiInstance.logsFormulaireGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulaireGet: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulaireGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulaireGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of logs_formulaire


logsFormulaireIdDelete

Delete


/logs_formulaire/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.logsFormulaireIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.logsFormulaireIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// Delete
[apiInstance logsFormulaireIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulaireIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulaireIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.logsFormulaireIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulaireIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulaireIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulaireIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


logsFormulaireIdGet

Read


/logs_formulaire/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_13 result = apiInstance.logsFormulaireIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_13 result = apiInstance.logsFormulaireIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// Read
[apiInstance logsFormulaireIdGetWith:id
              completionHandler: ^(inline_response_200_13 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulaireIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulaireIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_13 result = apiInstance.logsFormulaireIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulaireIdGet: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulaireIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulaireIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


logsFormulaireIdPatch

Increment


/logs_formulaire/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        Item_41 item = ; // Item_41 | Properties of item to update.
        try {
            'Integer' result = apiInstance.logsFormulaireIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        Item_41 item = ; // Item_41 | Properties of item to update.
        try {
            'Integer' result = apiInstance.logsFormulaireIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_41 *item = ; // Properties of item to update.

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// Increment
[apiInstance logsFormulaireIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_41} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulaireIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulaireIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_41(); // Item_41 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.logsFormulaireIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulaireIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulaireIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulaireIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


logsFormulaireIdPut

Update


/logs_formulaire/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        Item_40 item = ; // Item_40 | Properties of item to update.
        try {
            'Integer' result = apiInstance.logsFormulaireIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        String id = id_example; // String | Identifier for item.
        Item_40 item = ; // Item_40 | Properties of item to update.
        try {
            'Integer' result = apiInstance.logsFormulaireIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulaireIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_40 *item = ; // Properties of item to update.

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// Update
[apiInstance logsFormulaireIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_40} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulaireIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulaireIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_40(); // Item_40 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.logsFormulaireIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulaireIdPut: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulaireIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulaireIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


logsFormulairePost

Create


/logs_formulaire

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/logs_formulaire"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Logs_formulaireApi;

import java.io.File;
import java.util.*;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        Item_39 item = ; // Item_39 | Item to create.
        try {
            'Integer' result = apiInstance.logsFormulairePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulairePost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Logs_formulaireApi;

public class Logs_formulaireApiExample {

    public static void main(String[] args) {
        Logs_formulaireApi apiInstance = new Logs_formulaireApi();
        Item_39 item = ; // Item_39 | Item to create.
        try {
            'Integer' result = apiInstance.logsFormulairePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Logs_formulaireApi#logsFormulairePost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_39 *item = ; // Item to create.

Logs_formulaireApi *apiInstance = [[Logs_formulaireApi alloc] init];

// Create
[apiInstance logsFormulairePostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Logs_formulaireApi()

var item = ; // {Item_39} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.logsFormulairePost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class logsFormulairePostExample
    {
        public void main()
        {
            
            var apiInstance = new Logs_formulaireApi();
            var item = new Item_39(); // Item_39 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.logsFormulairePost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Logs_formulaireApi.logsFormulairePost: " + e.Message );
            }
        }
    }
}

                                                    

logsFormulairePost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Logs_formulaireApi->logsFormulairePost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Source_to_formurl

sourceToFormurlGet

List


/source_to_formurl

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_14] result = apiInstance.sourceToFormurlGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_14] result = apiInstance.sourceToFormurlGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// List
[apiInstance sourceToFormurlGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_14] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlGetExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_14] result = apiInstance.sourceToFormurlGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlGet: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of source_to_formurl


sourceToFormurlIdDelete

Delete


/source_to_formurl/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// Delete
[apiInstance sourceToFormurlIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.sourceToFormurlIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


sourceToFormurlIdGet

Read


/source_to_formurl/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_14 result = apiInstance.sourceToFormurlIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_14 result = apiInstance.sourceToFormurlIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// Read
[apiInstance sourceToFormurlIdGetWith:id
              completionHandler: ^(inline_response_200_14 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_14 result = apiInstance.sourceToFormurlIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlIdGet: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


sourceToFormurlIdPatch

Increment


/source_to_formurl/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        Item_44 item = ; // Item_44 | Properties of item to update.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        Item_44 item = ; // Item_44 | Properties of item to update.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_44 *item = ; // Properties of item to update.

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// Increment
[apiInstance sourceToFormurlIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_44} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_44(); // Item_44 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.sourceToFormurlIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


sourceToFormurlIdPut

Update


/source_to_formurl/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        Item_43 item = ; // Item_43 | Properties of item to update.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        String id = id_example; // String | Identifier for item.
        Item_43 item = ; // Item_43 | Properties of item to update.
        try {
            'Integer' result = apiInstance.sourceToFormurlIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_43 *item = ; // Properties of item to update.

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// Update
[apiInstance sourceToFormurlIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_43} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_43(); // Item_43 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.sourceToFormurlIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlIdPut: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


sourceToFormurlPost

Create


/source_to_formurl

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/source_to_formurl"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Source_to_formurlApi;

import java.io.File;
import java.util.*;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        Item_42 item = ; // Item_42 | Item to create.
        try {
            'Integer' result = apiInstance.sourceToFormurlPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Source_to_formurlApi;

public class Source_to_formurlApiExample {

    public static void main(String[] args) {
        Source_to_formurlApi apiInstance = new Source_to_formurlApi();
        Item_42 item = ; // Item_42 | Item to create.
        try {
            'Integer' result = apiInstance.sourceToFormurlPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Source_to_formurlApi#sourceToFormurlPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_42 *item = ; // Item to create.

Source_to_formurlApi *apiInstance = [[Source_to_formurlApi alloc] init];

// Create
[apiInstance sourceToFormurlPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Source_to_formurlApi()

var item = ; // {Item_42} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.sourceToFormurlPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class sourceToFormurlPostExample
    {
        public void main()
        {
            
            var apiInstance = new Source_to_formurlApi();
            var item = new Item_42(); // Item_42 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.sourceToFormurlPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Source_to_formurlApi.sourceToFormurlPost: " + e.Message );
            }
        }
    }
}

                                                    

sourceToFormurlPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Source_to_formurlApi->sourceToFormurlPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tarot

tarotGet

List


/tarot

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarot?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_15] result = apiInstance.tarotGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_15] result = apiInstance.tarotGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

TarotApi *apiInstance = [[TarotApi alloc] init];

// List
[apiInstance tarotGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_15] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotGetExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_15] result = apiInstance.tarotGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tarot


tarotIdDelete

Delete


/tarot/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tarot/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

TarotApi *apiInstance = [[TarotApi alloc] init];

// Delete
[apiInstance tarotIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tarotIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tarotIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tarotIdGet

Read


/tarot/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarot/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_15 result = apiInstance.tarotIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_15 result = apiInstance.tarotIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

TarotApi *apiInstance = [[TarotApi alloc] init];

// Read
[apiInstance tarotIdGetWith:id
              completionHandler: ^(inline_response_200_15 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_15 result = apiInstance.tarotIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tarotIdPatch

Increment


/tarot/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tarot/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        Item_47 item = ; // Item_47 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        Item_47 item = ; // Item_47 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_47 *item = ; // Properties of item to update.

TarotApi *apiInstance = [[TarotApi alloc] init];

// Increment
[apiInstance tarotIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_47} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_47(); // Item_47 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tarotIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tarotIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotIdPut

Update


/tarot/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tarot/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        Item_46 item = ; // Item_46 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        String id = id_example; // String | Identifier for item.
        Item_46 item = ; // Item_46 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_46 *item = ; // Properties of item to update.

TarotApi *apiInstance = [[TarotApi alloc] init];

// Update
[apiInstance tarotIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_46} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_46(); // Item_46 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tarotIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tarotIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotPost

Create


/tarot

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tarot"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotApi;

import java.io.File;
import java.util.*;

public class TarotApiExample {

    public static void main(String[] args) {
        
        TarotApi apiInstance = new TarotApi();
        Item_45 item = ; // Item_45 | Item to create.
        try {
            'Integer' result = apiInstance.tarotPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotApi;

public class TarotApiExample {

    public static void main(String[] args) {
        TarotApi apiInstance = new TarotApi();
        Item_45 item = ; // Item_45 | Item to create.
        try {
            'Integer' result = apiInstance.tarotPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotApi#tarotPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_45 *item = ; // Item to create.

TarotApi *apiInstance = [[TarotApi alloc] init];

// Create
[apiInstance tarotPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotApi()

var item = ; // {Item_45} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotPostExample
    {
        public void main()
        {
            
            var apiInstance = new TarotApi();
            var item = new Item_45(); // Item_45 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tarotPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotApi.tarotPost: " + e.Message );
            }
        }
    }
}

                                                    

tarotPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotApi->tarotPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tarot_an_jo

tarotAnJoGet

List


/tarot_an_jo

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_15] result = apiInstance.tarotAnJoGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_15] result = apiInstance.tarotAnJoGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// List
[apiInstance tarotAnJoGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_15] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_15] result = apiInstance.tarotAnJoGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tarot_an_jo


tarotAnJoIdDelete

Delete


/tarot_an_jo/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotAnJoIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotAnJoIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// Delete
[apiInstance tarotAnJoIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tarotAnJoIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tarotAnJoIdGet

Read


/tarot_an_jo/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_15 result = apiInstance.tarotAnJoIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_15 result = apiInstance.tarotAnJoIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// Read
[apiInstance tarotAnJoIdGetWith:id
              completionHandler: ^(inline_response_200_15 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_15 result = apiInstance.tarotAnJoIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tarotAnJoIdPatch

Increment


/tarot_an_jo/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        Item_50 item = ; // Item_50 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotAnJoIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        Item_50 item = ; // Item_50 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotAnJoIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_50 *item = ; // Properties of item to update.

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// Increment
[apiInstance tarotAnJoIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_50} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_50(); // Item_50 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tarotAnJoIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotAnJoIdPut

Update


/tarot_an_jo/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        Item_49 item = ; // Item_49 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotAnJoIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        String id = id_example; // String | Identifier for item.
        Item_49 item = ; // Item_49 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotAnJoIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_49 *item = ; // Properties of item to update.

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// Update
[apiInstance tarotAnJoIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_49} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_49(); // Item_49 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tarotAnJoIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotAnJoPost

Create


/tarot_an_jo

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tarot_an_jo"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tarot_an_joApi;

import java.io.File;
import java.util.*;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        Item_48 item = ; // Item_48 | Item to create.
        try {
            'Integer' result = apiInstance.tarotAnJoPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tarot_an_joApi;

public class Tarot_an_joApiExample {

    public static void main(String[] args) {
        Tarot_an_joApi apiInstance = new Tarot_an_joApi();
        Item_48 item = ; // Item_48 | Item to create.
        try {
            'Integer' result = apiInstance.tarotAnJoPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tarot_an_joApi#tarotAnJoPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_48 *item = ; // Item to create.

Tarot_an_joApi *apiInstance = [[Tarot_an_joApi alloc] init];

// Create
[apiInstance tarotAnJoPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tarot_an_joApi()

var item = ; // {Item_48} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotAnJoPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotAnJoPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tarot_an_joApi();
            var item = new Item_48(); // Item_48 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tarotAnJoPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tarot_an_joApi.tarotAnJoPost: " + e.Message );
            }
        }
    }
}

                                                    

tarotAnJoPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tarot_an_joApi->tarotAnJoPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tarotcards

tarotcardsGet

List


/tarotcards

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarotcards?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_16] result = apiInstance.tarotcardsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_16] result = apiInstance.tarotcardsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// List
[apiInstance tarotcardsGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_16] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsGetExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_16] result = apiInstance.tarotcardsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tarotcards


tarotcardsIdDelete

Delete


/tarotcards/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tarotcards/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotcardsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tarotcardsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// Delete
[apiInstance tarotcardsIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tarotcardsIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tarotcardsIdGet

Read


/tarotcards/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tarotcards/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_16 result = apiInstance.tarotcardsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_16 result = apiInstance.tarotcardsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// Read
[apiInstance tarotcardsIdGetWith:id
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_16 result = apiInstance.tarotcardsIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tarotcardsIdPatch

Increment


/tarotcards/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tarotcards/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        Item_53 item = ; // Item_53 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotcardsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        Item_53 item = ; // Item_53 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotcardsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_53 *item = ; // Properties of item to update.

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// Increment
[apiInstance tarotcardsIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_53} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_53(); // Item_53 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tarotcardsIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotcardsIdPut

Update


/tarotcards/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tarotcards/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        Item_52 item = ; // Item_52 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotcardsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        String id = id_example; // String | Identifier for item.
        Item_52 item = ; // Item_52 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tarotcardsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_52 *item = ; // Properties of item to update.

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// Update
[apiInstance tarotcardsIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_52} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_52(); // Item_52 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tarotcardsIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tarotcardsPost

Create


/tarotcards

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tarotcards"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .TarotcardsApi;

import java.io.File;
import java.util.*;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        
        TarotcardsApi apiInstance = new TarotcardsApi();
        Item_51 item = ; // Item_51 | Item to create.
        try {
            'Integer' result = apiInstance.tarotcardsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .TarotcardsApi;

public class TarotcardsApiExample {

    public static void main(String[] args) {
        TarotcardsApi apiInstance = new TarotcardsApi();
        Item_51 item = ; // Item_51 | Item to create.
        try {
            'Integer' result = apiInstance.tarotcardsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TarotcardsApi#tarotcardsPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_51 *item = ; // Item to create.

TarotcardsApi *apiInstance = [[TarotcardsApi alloc] init];

// Create
[apiInstance tarotcardsPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .TarotcardsApi()

var item = ; // {Item_51} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tarotcardsPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tarotcardsPostExample
    {
        public void main()
        {
            
            var apiInstance = new TarotcardsApi();
            var item = new Item_51(); // Item_51 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tarotcardsPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TarotcardsApi.tarotcardsPost: " + e.Message );
            }
        }
    }
}

                                                    

tarotcardsPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling TarotcardsApi->tarotcardsPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_conclusion

tchatConclusionGet

List


/tchat_conclusion

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatConclusionGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatConclusionGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// List
[apiInstance tchatConclusionGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_17] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_17] result = apiInstance.tchatConclusionGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_conclusion


tchatConclusionIdDelete

Delete


/tchat_conclusion/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatConclusionIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatConclusionIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// Delete
[apiInstance tchatConclusionIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatConclusionIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatConclusionIdGet

Read


/tchat_conclusion/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatConclusionIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatConclusionIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// Read
[apiInstance tchatConclusionIdGetWith:id
              completionHandler: ^(inline_response_200_17 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_17 result = apiInstance.tchatConclusionIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatConclusionIdPatch

Increment


/tchat_conclusion/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        Item_56 item = ; // Item_56 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatConclusionIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        Item_56 item = ; // Item_56 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatConclusionIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_56 *item = ; // Properties of item to update.

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// Increment
[apiInstance tchatConclusionIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_56} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_56(); // Item_56 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatConclusionIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatConclusionIdPut

Update


/tchat_conclusion/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        Item_55 item = ; // Item_55 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatConclusionIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        String id = id_example; // String | Identifier for item.
        Item_55 item = ; // Item_55 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatConclusionIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_55 *item = ; // Properties of item to update.

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// Update
[apiInstance tchatConclusionIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_55} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_55(); // Item_55 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatConclusionIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatConclusionPost

Create


/tchat_conclusion

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_conclusion"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_conclusionApi;

import java.io.File;
import java.util.*;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        Item_54 item = ; // Item_54 | Item to create.
        try {
            'Integer' result = apiInstance.tchatConclusionPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_conclusionApi;

public class Tchat_conclusionApiExample {

    public static void main(String[] args) {
        Tchat_conclusionApi apiInstance = new Tchat_conclusionApi();
        Item_54 item = ; // Item_54 | Item to create.
        try {
            'Integer' result = apiInstance.tchatConclusionPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_conclusionApi#tchatConclusionPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_54 *item = ; // Item to create.

Tchat_conclusionApi *apiInstance = [[Tchat_conclusionApi alloc] init];

// Create
[apiInstance tchatConclusionPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_conclusionApi()

var item = ; // {Item_54} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatConclusionPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatConclusionPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_conclusionApi();
            var item = new Item_54(); // Item_54 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatConclusionPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_conclusionApi.tchatConclusionPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatConclusionPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_conclusionApi->tchatConclusionPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_content

tchatContentGet

List


/tchat_content

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_content?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatContentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatContentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// List
[apiInstance tchatContentGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_17] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_17] result = apiInstance.tchatContentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_content


tchatContentIdDelete

Delete


/tchat_content/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_content/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatContentIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatContentIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// Delete
[apiInstance tchatContentIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatContentIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatContentIdGet

Read


/tchat_content/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_content/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatContentIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatContentIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// Read
[apiInstance tchatContentIdGetWith:id
              completionHandler: ^(inline_response_200_17 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_17 result = apiInstance.tchatContentIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatContentIdPatch

Increment


/tchat_content/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_content/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        Item_59 item = ; // Item_59 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatContentIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        Item_59 item = ; // Item_59 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatContentIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_59 *item = ; // Properties of item to update.

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// Increment
[apiInstance tchatContentIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_59} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_59(); // Item_59 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatContentIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatContentIdPut

Update


/tchat_content/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_content/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        Item_58 item = ; // Item_58 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatContentIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        String id = id_example; // String | Identifier for item.
        Item_58 item = ; // Item_58 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatContentIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_58 *item = ; // Properties of item to update.

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// Update
[apiInstance tchatContentIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_58} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_58(); // Item_58 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatContentIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatContentPost

Create


/tchat_content

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_content"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_contentApi;

import java.io.File;
import java.util.*;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        Item_57 item = ; // Item_57 | Item to create.
        try {
            'Integer' result = apiInstance.tchatContentPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_contentApi;

public class Tchat_contentApiExample {

    public static void main(String[] args) {
        Tchat_contentApi apiInstance = new Tchat_contentApi();
        Item_57 item = ; // Item_57 | Item to create.
        try {
            'Integer' result = apiInstance.tchatContentPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_contentApi#tchatContentPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_57 *item = ; // Item to create.

Tchat_contentApi *apiInstance = [[Tchat_contentApi alloc] init];

// Create
[apiInstance tchatContentPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_contentApi()

var item = ; // {Item_57} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatContentPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatContentPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_contentApi();
            var item = new Item_57(); // Item_57 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatContentPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_contentApi.tchatContentPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatContentPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_contentApi->tchatContentPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_groups

tchatGroupsGet

List


/tchat_groups

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_18] result = apiInstance.tchatGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_18] result = apiInstance.tchatGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// List
[apiInstance tchatGroupsGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_18] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_18] result = apiInstance.tchatGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_groups


tchatGroupsIdDelete

Delete


/tchat_groups/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatGroupsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatGroupsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// Delete
[apiInstance tchatGroupsIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatGroupsIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatGroupsIdGet

Read


/tchat_groups/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_18 result = apiInstance.tchatGroupsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_18 result = apiInstance.tchatGroupsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// Read
[apiInstance tchatGroupsIdGetWith:id
              completionHandler: ^(inline_response_200_18 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_18 result = apiInstance.tchatGroupsIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatGroupsIdPatch

Increment


/tchat_groups/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_62 item = ; // Item_62 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatGroupsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_62 item = ; // Item_62 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatGroupsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_62 *item = ; // Properties of item to update.

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// Increment
[apiInstance tchatGroupsIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_62} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_62(); // Item_62 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatGroupsIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatGroupsIdPut

Update


/tchat_groups/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_61 item = ; // Item_61 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatGroupsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_61 item = ; // Item_61 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatGroupsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_61 *item = ; // Properties of item to update.

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// Update
[apiInstance tchatGroupsIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_61} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_61(); // Item_61 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatGroupsIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatGroupsPost

Create


/tchat_groups

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_groups"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_groupsApi;

import java.io.File;
import java.util.*;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        Item_60 item = ; // Item_60 | Item to create.
        try {
            'Integer' result = apiInstance.tchatGroupsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_groupsApi;

public class Tchat_groupsApiExample {

    public static void main(String[] args) {
        Tchat_groupsApi apiInstance = new Tchat_groupsApi();
        Item_60 item = ; // Item_60 | Item to create.
        try {
            'Integer' result = apiInstance.tchatGroupsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_groupsApi#tchatGroupsPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_60 *item = ; // Item to create.

Tchat_groupsApi *apiInstance = [[Tchat_groupsApi alloc] init];

// Create
[apiInstance tchatGroupsPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_groupsApi()

var item = ; // {Item_60} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatGroupsPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatGroupsPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_groupsApi();
            var item = new Item_60(); // Item_60 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatGroupsPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_groupsApi.tchatGroupsPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatGroupsPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_groupsApi->tchatGroupsPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_intro

tchatIntroGet

List


/tchat_intro

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatIntroGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_17] result = apiInstance.tchatIntroGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// List
[apiInstance tchatIntroGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_17] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_17] result = apiInstance.tchatIntroGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_intro


tchatIntroIdDelete

Delete


/tchat_intro/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatIntroIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatIntroIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// Delete
[apiInstance tchatIntroIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatIntroIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatIntroIdGet

Read


/tchat_intro/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatIntroIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_17 result = apiInstance.tchatIntroIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// Read
[apiInstance tchatIntroIdGetWith:id
              completionHandler: ^(inline_response_200_17 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_17 result = apiInstance.tchatIntroIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatIntroIdPatch

Increment


/tchat_intro/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        Item_65 item = ; // Item_65 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatIntroIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        Item_65 item = ; // Item_65 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatIntroIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_65 *item = ; // Properties of item to update.

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// Increment
[apiInstance tchatIntroIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_65} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_65(); // Item_65 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatIntroIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatIntroIdPut

Update


/tchat_intro/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        Item_64 item = ; // Item_64 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatIntroIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        String id = id_example; // String | Identifier for item.
        Item_64 item = ; // Item_64 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatIntroIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_64 *item = ; // Properties of item to update.

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// Update
[apiInstance tchatIntroIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_64} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_64(); // Item_64 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatIntroIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatIntroPost

Create


/tchat_intro

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_intro"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_introApi;

import java.io.File;
import java.util.*;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        
        Tchat_introApi apiInstance = new Tchat_introApi();
        Item_63 item = ; // Item_63 | Item to create.
        try {
            'Integer' result = apiInstance.tchatIntroPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_introApi;

public class Tchat_introApiExample {

    public static void main(String[] args) {
        Tchat_introApi apiInstance = new Tchat_introApi();
        Item_63 item = ; // Item_63 | Item to create.
        try {
            'Integer' result = apiInstance.tchatIntroPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_introApi#tchatIntroPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_63 *item = ; // Item to create.

Tchat_introApi *apiInstance = [[Tchat_introApi alloc] init];

// Create
[apiInstance tchatIntroPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_introApi()

var item = ; // {Item_63} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatIntroPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatIntroPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_introApi();
            var item = new Item_63(); // Item_63 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatIntroPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_introApi.tchatIntroPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatIntroPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_introApi->tchatIntroPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_messages

tchatMessagesGet

List


/tchat_messages

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_19] result = apiInstance.tchatMessagesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_19] result = apiInstance.tchatMessagesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// List
[apiInstance tchatMessagesGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_19] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_19] result = apiInstance.tchatMessagesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_messages


tchatMessagesIdDelete

Delete


/tchat_messages/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatMessagesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatMessagesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// Delete
[apiInstance tchatMessagesIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatMessagesIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatMessagesIdGet

Read


/tchat_messages/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_19 result = apiInstance.tchatMessagesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_19 result = apiInstance.tchatMessagesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// Read
[apiInstance tchatMessagesIdGetWith:id
              completionHandler: ^(inline_response_200_19 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_19 result = apiInstance.tchatMessagesIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatMessagesIdPatch

Increment


/tchat_messages/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        Item_68 item = ; // Item_68 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        Item_68 item = ; // Item_68 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_68 *item = ; // Properties of item to update.

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// Increment
[apiInstance tchatMessagesIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_68} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_68(); // Item_68 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatMessagesIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatMessagesIdPut

Update


/tchat_messages/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        Item_67 item = ; // Item_67 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        String id = id_example; // String | Identifier for item.
        Item_67 item = ; // Item_67 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_67 *item = ; // Properties of item to update.

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// Update
[apiInstance tchatMessagesIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_67} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_67(); // Item_67 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatMessagesIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatMessagesPost

Create


/tchat_messages

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messagesApi;

import java.io.File;
import java.util.*;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        Item_66 item = ; // Item_66 | Item to create.
        try {
            'Integer' result = apiInstance.tchatMessagesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messagesApi;

public class Tchat_messagesApiExample {

    public static void main(String[] args) {
        Tchat_messagesApi apiInstance = new Tchat_messagesApi();
        Item_66 item = ; // Item_66 | Item to create.
        try {
            'Integer' result = apiInstance.tchatMessagesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messagesApi#tchatMessagesPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_66 *item = ; // Item to create.

Tchat_messagesApi *apiInstance = [[Tchat_messagesApi alloc] init];

// Create
[apiInstance tchatMessagesPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messagesApi()

var item = ; // {Item_66} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messagesApi();
            var item = new Item_66(); // Item_66 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatMessagesPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messagesApi.tchatMessagesPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messagesApi->tchatMessagesPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_messages_test_import

tchatMessagesTestImportGet

List


/tchat_messages_test_import

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_20] result = apiInstance.tchatMessagesTestImportGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_20] result = apiInstance.tchatMessagesTestImportGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// List
[apiInstance tchatMessagesTestImportGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_20] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_20] result = apiInstance.tchatMessagesTestImportGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_messages_test_import


tchatMessagesTestImportIdDelete

Delete


/tchat_messages_test_import/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// Delete
[apiInstance tchatMessagesTestImportIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatMessagesTestImportIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatMessagesTestImportIdGet

Read


/tchat_messages_test_import/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_20 result = apiInstance.tchatMessagesTestImportIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_20 result = apiInstance.tchatMessagesTestImportIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// Read
[apiInstance tchatMessagesTestImportIdGetWith:id
              completionHandler: ^(inline_response_200_20 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_20 result = apiInstance.tchatMessagesTestImportIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatMessagesTestImportIdPatch

Increment


/tchat_messages_test_import/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        Item_71 item = ; // Item_71 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        Item_71 item = ; // Item_71 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_71 *item = ; // Properties of item to update.

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// Increment
[apiInstance tchatMessagesTestImportIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_71} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_71(); // Item_71 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatMessagesTestImportIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatMessagesTestImportIdPut

Update


/tchat_messages_test_import/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        Item_70 item = ; // Item_70 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        String id = id_example; // String | Identifier for item.
        Item_70 item = ; // Item_70 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_70 *item = ; // Properties of item to update.

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// Update
[apiInstance tchatMessagesTestImportIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_70} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_70(); // Item_70 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatMessagesTestImportIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatMessagesTestImportPost

Create


/tchat_messages_test_import

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_messages_test_import"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_messages_test_importApi;

import java.io.File;
import java.util.*;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        Item_69 item = ; // Item_69 | Item to create.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_messages_test_importApi;

public class Tchat_messages_test_importApiExample {

    public static void main(String[] args) {
        Tchat_messages_test_importApi apiInstance = new Tchat_messages_test_importApi();
        Item_69 item = ; // Item_69 | Item to create.
        try {
            'Integer' result = apiInstance.tchatMessagesTestImportPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_messages_test_importApi#tchatMessagesTestImportPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_69 *item = ; // Item to create.

Tchat_messages_test_importApi *apiInstance = [[Tchat_messages_test_importApi alloc] init];

// Create
[apiInstance tchatMessagesTestImportPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_messages_test_importApi()

var item = ; // {Item_69} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatMessagesTestImportPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatMessagesTestImportPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_messages_test_importApi();
            var item = new Item_69(); // Item_69 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatMessagesTestImportPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_messages_test_importApi.tchatMessagesTestImportPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatMessagesTestImportPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_messages_test_importApi->tchatMessagesTestImportPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_scenario

tchatScenarioGet

List


/tchat_scenario

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_21] result = apiInstance.tchatScenarioGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_21] result = apiInstance.tchatScenarioGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// List
[apiInstance tchatScenarioGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_21] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_21] result = apiInstance.tchatScenarioGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_scenario


tchatScenarioIdDelete

Delete


/tchat_scenario/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatScenarioIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatScenarioIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// Delete
[apiInstance tchatScenarioIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatScenarioIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatScenarioIdGet

Read


/tchat_scenario/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_21 result = apiInstance.tchatScenarioIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_21 result = apiInstance.tchatScenarioIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// Read
[apiInstance tchatScenarioIdGetWith:id
              completionHandler: ^(inline_response_200_21 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_21 result = apiInstance.tchatScenarioIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatScenarioIdPatch

Increment


/tchat_scenario/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        Item_74 item = ; // Item_74 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        Item_74 item = ; // Item_74 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_74 *item = ; // Properties of item to update.

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// Increment
[apiInstance tchatScenarioIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_74} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_74(); // Item_74 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatScenarioIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatScenarioIdPut

Update


/tchat_scenario/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        Item_73 item = ; // Item_73 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        String id = id_example; // String | Identifier for item.
        Item_73 item = ; // Item_73 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_73 *item = ; // Properties of item to update.

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// Update
[apiInstance tchatScenarioIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_73} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_73(); // Item_73 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatScenarioIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatScenarioPost

Create


/tchat_scenario

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenarioApi;

import java.io.File;
import java.util.*;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        Item_72 item = ; // Item_72 | Item to create.
        try {
            'Integer' result = apiInstance.tchatScenarioPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenarioApi;

public class Tchat_scenarioApiExample {

    public static void main(String[] args) {
        Tchat_scenarioApi apiInstance = new Tchat_scenarioApi();
        Item_72 item = ; // Item_72 | Item to create.
        try {
            'Integer' result = apiInstance.tchatScenarioPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenarioApi#tchatScenarioPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_72 *item = ; // Item to create.

Tchat_scenarioApi *apiInstance = [[Tchat_scenarioApi alloc] init];

// Create
[apiInstance tchatScenarioPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenarioApi()

var item = ; // {Item_72} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenarioApi();
            var item = new Item_72(); // Item_72 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatScenarioPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenarioApi.tchatScenarioPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenarioApi->tchatScenarioPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_scenario_wp

tchatScenarioWpGet

List


/tchat_scenario_wp

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_22] result = apiInstance.tchatScenarioWpGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_22] result = apiInstance.tchatScenarioWpGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// List
[apiInstance tchatScenarioWpGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_22] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_22] result = apiInstance.tchatScenarioWpGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_scenario_wp


tchatScenarioWpIdDelete

Delete


/tchat_scenario_wp/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// Delete
[apiInstance tchatScenarioWpIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatScenarioWpIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatScenarioWpIdGet

Read


/tchat_scenario_wp/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_22 result = apiInstance.tchatScenarioWpIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_22 result = apiInstance.tchatScenarioWpIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// Read
[apiInstance tchatScenarioWpIdGetWith:id
              completionHandler: ^(inline_response_200_22 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_22 result = apiInstance.tchatScenarioWpIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatScenarioWpIdPatch

Increment


/tchat_scenario_wp/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        Item_77 item = ; // Item_77 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        Item_77 item = ; // Item_77 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_77 *item = ; // Properties of item to update.

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// Increment
[apiInstance tchatScenarioWpIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_77} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_77(); // Item_77 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatScenarioWpIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatScenarioWpIdPut

Update


/tchat_scenario_wp/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        Item_76 item = ; // Item_76 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        String id = id_example; // String | Identifier for item.
        Item_76 item = ; // Item_76 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatScenarioWpIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_76 *item = ; // Properties of item to update.

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// Update
[apiInstance tchatScenarioWpIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_76} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_76(); // Item_76 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatScenarioWpIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatScenarioWpPost

Create


/tchat_scenario_wp

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_scenario_wp"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_scenario_wpApi;

import java.io.File;
import java.util.*;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        Item_75 item = ; // Item_75 | Item to create.
        try {
            'Integer' result = apiInstance.tchatScenarioWpPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_scenario_wpApi;

public class Tchat_scenario_wpApiExample {

    public static void main(String[] args) {
        Tchat_scenario_wpApi apiInstance = new Tchat_scenario_wpApi();
        Item_75 item = ; // Item_75 | Item to create.
        try {
            'Integer' result = apiInstance.tchatScenarioWpPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_scenario_wpApi#tchatScenarioWpPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_75 *item = ; // Item to create.

Tchat_scenario_wpApi *apiInstance = [[Tchat_scenario_wpApi alloc] init];

// Create
[apiInstance tchatScenarioWpPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_scenario_wpApi()

var item = ; // {Item_75} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatScenarioWpPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatScenarioWpPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_scenario_wpApi();
            var item = new Item_75(); // Item_75 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatScenarioWpPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_scenario_wpApi.tchatScenarioWpPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatScenarioWpPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_scenario_wpApi->tchatScenarioWpPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tchat_stats

tchatStatsGet

List


/tchat_stats

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_23] result = apiInstance.tchatStatsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_23] result = apiInstance.tchatStatsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// List
[apiInstance tchatStatsGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_23] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_23] result = apiInstance.tchatStatsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tchat_stats


tchatStatsIdDelete

Delete


/tchat_stats/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatStatsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.tchatStatsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// Delete
[apiInstance tchatStatsIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.tchatStatsIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


tchatStatsIdGet

Read


/tchat_stats/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_23 result = apiInstance.tchatStatsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_23 result = apiInstance.tchatStatsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// Read
[apiInstance tchatStatsIdGetWith:id
              completionHandler: ^(inline_response_200_23 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_23 result = apiInstance.tchatStatsIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsIdGet: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


tchatStatsIdPatch

Increment


/tchat_stats/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        Item_80 item = ; // Item_80 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatStatsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        Item_80 item = ; // Item_80 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatStatsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_80 *item = ; // Properties of item to update.

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// Increment
[apiInstance tchatStatsIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_80} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_80(); // Item_80 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.tchatStatsIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatStatsIdPut

Update


/tchat_stats/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        Item_79 item = ; // Item_79 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatStatsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        String id = id_example; // String | Identifier for item.
        Item_79 item = ; // Item_79 | Properties of item to update.
        try {
            'Integer' result = apiInstance.tchatStatsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_79 *item = ; // Properties of item to update.

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// Update
[apiInstance tchatStatsIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_79} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_79(); // Item_79 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.tchatStatsIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsIdPut: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


tchatStatsPost

Create


/tchat_stats

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tchat_stats"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tchat_statsApi;

import java.io.File;
import java.util.*;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        Item_78 item = ; // Item_78 | Item to create.
        try {
            'Integer' result = apiInstance.tchatStatsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tchat_statsApi;

public class Tchat_statsApiExample {

    public static void main(String[] args) {
        Tchat_statsApi apiInstance = new Tchat_statsApi();
        Item_78 item = ; // Item_78 | Item to create.
        try {
            'Integer' result = apiInstance.tchatStatsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tchat_statsApi#tchatStatsPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_78 *item = ; // Item to create.

Tchat_statsApi *apiInstance = [[Tchat_statsApi alloc] init];

// Create
[apiInstance tchatStatsPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tchat_statsApi()

var item = ; // {Item_78} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.tchatStatsPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class tchatStatsPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tchat_statsApi();
            var item = new Item_78(); // Item_78 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.tchatStatsPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tchat_statsApi.tchatStatsPost: " + e.Message );
            }
        }
    }
}

                                                    

tchatStatsPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tchat_statsApi->tchatStatsPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_campaign

trackingCampaignGet

List


/tracking_campaign

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_24] result = apiInstance.trackingCampaignGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_24] result = apiInstance.trackingCampaignGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// List
[apiInstance trackingCampaignGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_24] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_24] result = apiInstance.trackingCampaignGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_campaign


trackingCampaignIdDelete

Delete


/tracking_campaign/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingCampaignIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingCampaignIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// Delete
[apiInstance trackingCampaignIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingCampaignIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingCampaignIdGet

Read


/tracking_campaign/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_24 result = apiInstance.trackingCampaignIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_24 result = apiInstance.trackingCampaignIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// Read
[apiInstance trackingCampaignIdGetWith:id
              completionHandler: ^(inline_response_200_24 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_24 result = apiInstance.trackingCampaignIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingCampaignIdPatch

Increment


/tracking_campaign/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        Item_83 item = ; // Item_83 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingCampaignIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        Item_83 item = ; // Item_83 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingCampaignIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_83 *item = ; // Properties of item to update.

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// Increment
[apiInstance trackingCampaignIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_83} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_83(); // Item_83 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingCampaignIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingCampaignIdPut

Update


/tracking_campaign/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        Item_82 item = ; // Item_82 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingCampaignIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        String id = id_example; // String | Identifier for item.
        Item_82 item = ; // Item_82 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingCampaignIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_82 *item = ; // Properties of item to update.

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// Update
[apiInstance trackingCampaignIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_82} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_82(); // Item_82 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingCampaignIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingCampaignPost

Create


/tracking_campaign

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_campaign"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_campaignApi;

import java.io.File;
import java.util.*;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        Item_81 item = ; // Item_81 | Item to create.
        try {
            'Integer' result = apiInstance.trackingCampaignPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_campaignApi;

public class Tracking_campaignApiExample {

    public static void main(String[] args) {
        Tracking_campaignApi apiInstance = new Tracking_campaignApi();
        Item_81 item = ; // Item_81 | Item to create.
        try {
            'Integer' result = apiInstance.trackingCampaignPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_campaignApi#trackingCampaignPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_81 *item = ; // Item to create.

Tracking_campaignApi *apiInstance = [[Tracking_campaignApi alloc] init];

// Create
[apiInstance trackingCampaignPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_campaignApi()

var item = ; // {Item_81} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingCampaignPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingCampaignPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_campaignApi();
            var item = new Item_81(); // Item_81 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingCampaignPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_campaignApi.trackingCampaignPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingCampaignPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_campaignApi->trackingCampaignPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_displays

trackingDisplaysGet

List


/tracking_displays

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_25] result = apiInstance.trackingDisplaysGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_25] result = apiInstance.trackingDisplaysGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// List
[apiInstance trackingDisplaysGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_25] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_25] result = apiInstance.trackingDisplaysGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_displays


trackingDisplaysIdDelete

Delete


/tracking_displays/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// Delete
[apiInstance trackingDisplaysIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingDisplaysIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingDisplaysIdGet

Read


/tracking_displays/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_25 result = apiInstance.trackingDisplaysIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_25 result = apiInstance.trackingDisplaysIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// Read
[apiInstance trackingDisplaysIdGetWith:id
              completionHandler: ^(inline_response_200_25 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_25 result = apiInstance.trackingDisplaysIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingDisplaysIdPatch

Increment


/tracking_displays/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        Item_86 item = ; // Item_86 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        Item_86 item = ; // Item_86 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_86 *item = ; // Properties of item to update.

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// Increment
[apiInstance trackingDisplaysIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_86} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_86(); // Item_86 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingDisplaysIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingDisplaysIdPut

Update


/tracking_displays/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        Item_85 item = ; // Item_85 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        String id = id_example; // String | Identifier for item.
        Item_85 item = ; // Item_85 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingDisplaysIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_85 *item = ; // Properties of item to update.

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// Update
[apiInstance trackingDisplaysIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_85} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_85(); // Item_85 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingDisplaysIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingDisplaysPost

Create


/tracking_displays

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_displays"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_displaysApi;

import java.io.File;
import java.util.*;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        Item_84 item = ; // Item_84 | Item to create.
        try {
            'Integer' result = apiInstance.trackingDisplaysPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_displaysApi;

public class Tracking_displaysApiExample {

    public static void main(String[] args) {
        Tracking_displaysApi apiInstance = new Tracking_displaysApi();
        Item_84 item = ; // Item_84 | Item to create.
        try {
            'Integer' result = apiInstance.trackingDisplaysPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_displaysApi#trackingDisplaysPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_84 *item = ; // Item to create.

Tracking_displaysApi *apiInstance = [[Tracking_displaysApi alloc] init];

// Create
[apiInstance trackingDisplaysPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_displaysApi()

var item = ; // {Item_84} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingDisplaysPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingDisplaysPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_displaysApi();
            var item = new Item_84(); // Item_84 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingDisplaysPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_displaysApi.trackingDisplaysPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingDisplaysPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_displaysApi->trackingDisplaysPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_groups

trackingGroupsGet

List


/tracking_groups

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_26] result = apiInstance.trackingGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_26] result = apiInstance.trackingGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// List
[apiInstance trackingGroupsGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_26] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_26] result = apiInstance.trackingGroupsGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_groups


trackingGroupsIdDelete

Delete


/tracking_groups/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingGroupsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingGroupsIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// Delete
[apiInstance trackingGroupsIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingGroupsIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingGroupsIdGet

Read


/tracking_groups/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_26 result = apiInstance.trackingGroupsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_26 result = apiInstance.trackingGroupsIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// Read
[apiInstance trackingGroupsIdGetWith:id
              completionHandler: ^(inline_response_200_26 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_26 result = apiInstance.trackingGroupsIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingGroupsIdPatch

Increment


/tracking_groups/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_89 item = ; // Item_89 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingGroupsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_89 item = ; // Item_89 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingGroupsIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_89 *item = ; // Properties of item to update.

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// Increment
[apiInstance trackingGroupsIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_89} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_89(); // Item_89 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingGroupsIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingGroupsIdPut

Update


/tracking_groups/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_88 item = ; // Item_88 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingGroupsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        String id = id_example; // String | Identifier for item.
        Item_88 item = ; // Item_88 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingGroupsIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_88 *item = ; // Properties of item to update.

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// Update
[apiInstance trackingGroupsIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_88} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_88(); // Item_88 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingGroupsIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingGroupsPost

Create


/tracking_groups

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_groups"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_groupsApi;

import java.io.File;
import java.util.*;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        Item_87 item = ; // Item_87 | Item to create.
        try {
            'Integer' result = apiInstance.trackingGroupsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_groupsApi;

public class Tracking_groupsApiExample {

    public static void main(String[] args) {
        Tracking_groupsApi apiInstance = new Tracking_groupsApi();
        Item_87 item = ; // Item_87 | Item to create.
        try {
            'Integer' result = apiInstance.trackingGroupsPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_groupsApi#trackingGroupsPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_87 *item = ; // Item to create.

Tracking_groupsApi *apiInstance = [[Tracking_groupsApi alloc] init];

// Create
[apiInstance trackingGroupsPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_groupsApi()

var item = ; // {Item_87} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingGroupsPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingGroupsPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_groupsApi();
            var item = new Item_87(); // Item_87 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingGroupsPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_groupsApi.trackingGroupsPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingGroupsPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_groupsApi->trackingGroupsPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_payment

trackingPaymentGet

List


/tracking_payment

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_27] result = apiInstance.trackingPaymentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_27] result = apiInstance.trackingPaymentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// List
[apiInstance trackingPaymentGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_27] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_27] result = apiInstance.trackingPaymentGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_payment


trackingPaymentIdDelete

Delete


/tracking_payment/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingPaymentIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingPaymentIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// Delete
[apiInstance trackingPaymentIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingPaymentIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingPaymentIdGet

Read


/tracking_payment/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_27 result = apiInstance.trackingPaymentIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_27 result = apiInstance.trackingPaymentIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// Read
[apiInstance trackingPaymentIdGetWith:id
              completionHandler: ^(inline_response_200_27 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_27 result = apiInstance.trackingPaymentIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingPaymentIdPatch

Increment


/tracking_payment/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        Item_92 item = ; // Item_92 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingPaymentIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        Item_92 item = ; // Item_92 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingPaymentIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_92 *item = ; // Properties of item to update.

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// Increment
[apiInstance trackingPaymentIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_92} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_92(); // Item_92 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingPaymentIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingPaymentIdPut

Update


/tracking_payment/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        Item_91 item = ; // Item_91 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingPaymentIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        String id = id_example; // String | Identifier for item.
        Item_91 item = ; // Item_91 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingPaymentIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_91 *item = ; // Properties of item to update.

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// Update
[apiInstance trackingPaymentIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_91} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_91(); // Item_91 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingPaymentIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingPaymentPost

Create


/tracking_payment

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_payment"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_paymentApi;

import java.io.File;
import java.util.*;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        Item_90 item = ; // Item_90 | Item to create.
        try {
            'Integer' result = apiInstance.trackingPaymentPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_paymentApi;

public class Tracking_paymentApiExample {

    public static void main(String[] args) {
        Tracking_paymentApi apiInstance = new Tracking_paymentApi();
        Item_90 item = ; // Item_90 | Item to create.
        try {
            'Integer' result = apiInstance.trackingPaymentPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_paymentApi#trackingPaymentPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_90 *item = ; // Item to create.

Tracking_paymentApi *apiInstance = [[Tracking_paymentApi alloc] init];

// Create
[apiInstance trackingPaymentPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_paymentApi()

var item = ; // {Item_90} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingPaymentPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingPaymentPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_paymentApi();
            var item = new Item_90(); // Item_90 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingPaymentPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_paymentApi.trackingPaymentPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingPaymentPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_paymentApi->trackingPaymentPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_rdv

trackingRdvGet

List


/tracking_rdv

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_28] result = apiInstance.trackingRdvGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_28] result = apiInstance.trackingRdvGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// List
[apiInstance trackingRdvGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_28] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_28] result = apiInstance.trackingRdvGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_rdv


trackingRdvIdDelete

Delete


/tracking_rdv/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingRdvIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingRdvIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// Delete
[apiInstance trackingRdvIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingRdvIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingRdvIdGet

Read


/tracking_rdv/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_28 result = apiInstance.trackingRdvIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_28 result = apiInstance.trackingRdvIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// Read
[apiInstance trackingRdvIdGetWith:id
              completionHandler: ^(inline_response_200_28 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_28 result = apiInstance.trackingRdvIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingRdvIdPatch

Increment


/tracking_rdv/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        Item_95 item = ; // Item_95 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingRdvIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        Item_95 item = ; // Item_95 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingRdvIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_95 *item = ; // Properties of item to update.

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// Increment
[apiInstance trackingRdvIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_95} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_95(); // Item_95 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingRdvIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingRdvIdPut

Update


/tracking_rdv/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        Item_94 item = ; // Item_94 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingRdvIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        String id = id_example; // String | Identifier for item.
        Item_94 item = ; // Item_94 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingRdvIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_94 *item = ; // Properties of item to update.

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// Update
[apiInstance trackingRdvIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_94} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_94(); // Item_94 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingRdvIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingRdvPost

Create


/tracking_rdv

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_rdv"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_rdvApi;

import java.io.File;
import java.util.*;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        Item_93 item = ; // Item_93 | Item to create.
        try {
            'Integer' result = apiInstance.trackingRdvPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_rdvApi;

public class Tracking_rdvApiExample {

    public static void main(String[] args) {
        Tracking_rdvApi apiInstance = new Tracking_rdvApi();
        Item_93 item = ; // Item_93 | Item to create.
        try {
            'Integer' result = apiInstance.trackingRdvPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_rdvApi#trackingRdvPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_93 *item = ; // Item to create.

Tracking_rdvApi *apiInstance = [[Tracking_rdvApi alloc] init];

// Create
[apiInstance trackingRdvPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_rdvApi()

var item = ; // {Item_93} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingRdvPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingRdvPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_rdvApi();
            var item = new Item_93(); // Item_93 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingRdvPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_rdvApi.trackingRdvPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingRdvPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_rdvApi->trackingRdvPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_sources

trackingSourcesGet

List


/tracking_sources

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_29] result = apiInstance.trackingSourcesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_29] result = apiInstance.trackingSourcesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// List
[apiInstance trackingSourcesGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_29] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_29] result = apiInstance.trackingSourcesGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_sources


trackingSourcesIdDelete

Delete


/tracking_sources/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingSourcesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingSourcesIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// Delete
[apiInstance trackingSourcesIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingSourcesIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingSourcesIdGet

Read


/tracking_sources/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_29 result = apiInstance.trackingSourcesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_29 result = apiInstance.trackingSourcesIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// Read
[apiInstance trackingSourcesIdGetWith:id
              completionHandler: ^(inline_response_200_29 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_29 result = apiInstance.trackingSourcesIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingSourcesIdPatch

Increment


/tracking_sources/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        Item_98 item = ; // Item_98 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingSourcesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        Item_98 item = ; // Item_98 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingSourcesIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_98 *item = ; // Properties of item to update.

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// Increment
[apiInstance trackingSourcesIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_98} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_98(); // Item_98 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingSourcesIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingSourcesIdPut

Update


/tracking_sources/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        Item_97 item = ; // Item_97 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingSourcesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        String id = id_example; // String | Identifier for item.
        Item_97 item = ; // Item_97 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingSourcesIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_97 *item = ; // Properties of item to update.

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// Update
[apiInstance trackingSourcesIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_97} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_97(); // Item_97 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingSourcesIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingSourcesPost

Create


/tracking_sources

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_sources"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_sourcesApi;

import java.io.File;
import java.util.*;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        Item_96 item = ; // Item_96 | Item to create.
        try {
            'Integer' result = apiInstance.trackingSourcesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_sourcesApi;

public class Tracking_sourcesApiExample {

    public static void main(String[] args) {
        Tracking_sourcesApi apiInstance = new Tracking_sourcesApi();
        Item_96 item = ; // Item_96 | Item to create.
        try {
            'Integer' result = apiInstance.trackingSourcesPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_sourcesApi#trackingSourcesPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_96 *item = ; // Item to create.

Tracking_sourcesApi *apiInstance = [[Tracking_sourcesApi alloc] init];

// Create
[apiInstance trackingSourcesPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_sourcesApi()

var item = ; // {Item_96} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingSourcesPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingSourcesPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_sourcesApi();
            var item = new Item_96(); // Item_96 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingSourcesPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_sourcesApi.trackingSourcesPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingSourcesPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_sourcesApi->trackingSourcesPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_trackers

trackingTrackersGet

List


/tracking_trackers

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_30] result = apiInstance.trackingTrackersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_30] result = apiInstance.trackingTrackersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// List
[apiInstance trackingTrackersGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_30] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_30] result = apiInstance.trackingTrackersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_trackers


trackingTrackersIdDelete

Delete


/tracking_trackers/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingTrackersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingTrackersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// Delete
[apiInstance trackingTrackersIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingTrackersIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingTrackersIdGet

Read


/tracking_trackers/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_30 result = apiInstance.trackingTrackersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_30 result = apiInstance.trackingTrackersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// Read
[apiInstance trackingTrackersIdGetWith:id
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_30 result = apiInstance.trackingTrackersIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingTrackersIdPatch

Increment


/tracking_trackers/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        Item_101 item = ; // Item_101 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingTrackersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        Item_101 item = ; // Item_101 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingTrackersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_101 *item = ; // Properties of item to update.

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// Increment
[apiInstance trackingTrackersIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_101} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_101(); // Item_101 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingTrackersIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingTrackersIdPut

Update


/tracking_trackers/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        Item_100 item = ; // Item_100 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingTrackersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        String id = id_example; // String | Identifier for item.
        Item_100 item = ; // Item_100 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingTrackersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_100 *item = ; // Properties of item to update.

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// Update
[apiInstance trackingTrackersIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_100} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_100(); // Item_100 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingTrackersIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingTrackersPost

Create


/tracking_trackers

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_trackers"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_trackersApi;

import java.io.File;
import java.util.*;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        Item_99 item = ; // Item_99 | Item to create.
        try {
            'Integer' result = apiInstance.trackingTrackersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_trackersApi;

public class Tracking_trackersApiExample {

    public static void main(String[] args) {
        Tracking_trackersApi apiInstance = new Tracking_trackersApi();
        Item_99 item = ; // Item_99 | Item to create.
        try {
            'Integer' result = apiInstance.trackingTrackersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_trackersApi#trackingTrackersPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_99 *item = ; // Item to create.

Tracking_trackersApi *apiInstance = [[Tracking_trackersApi alloc] init];

// Create
[apiInstance trackingTrackersPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_trackersApi()

var item = ; // {Item_99} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingTrackersPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingTrackersPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_trackersApi();
            var item = new Item_99(); // Item_99 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingTrackersPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_trackersApi.trackingTrackersPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingTrackersPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_trackersApi->trackingTrackersPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_users

trackingUsersGet

List


/tracking_users

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_users?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_31] result = apiInstance.trackingUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_31] result = apiInstance.trackingUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// List
[apiInstance trackingUsersGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_31] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_31] result = apiInstance.trackingUsersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_users


trackingUsersIdDelete

Delete


/tracking_users/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingUsersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingUsersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// Delete
[apiInstance trackingUsersIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingUsersIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingUsersIdGet

Read


/tracking_users/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_31 result = apiInstance.trackingUsersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_31 result = apiInstance.trackingUsersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// Read
[apiInstance trackingUsersIdGetWith:id
              completionHandler: ^(inline_response_200_31 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_31 result = apiInstance.trackingUsersIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingUsersIdPatch

Increment


/tracking_users/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_104 item = ; // Item_104 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingUsersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_104 item = ; // Item_104 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingUsersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_104 *item = ; // Properties of item to update.

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// Increment
[apiInstance trackingUsersIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_104} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_104(); // Item_104 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingUsersIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingUsersIdPut

Update


/tracking_users/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_103 item = ; // Item_103 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingUsersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        String id = id_example; // String | Identifier for item.
        Item_103 item = ; // Item_103 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingUsersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_103 *item = ; // Properties of item to update.

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// Update
[apiInstance trackingUsersIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_103} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_103(); // Item_103 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingUsersIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingUsersPost

Create


/tracking_users

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_users"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_usersApi;

import java.io.File;
import java.util.*;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        Item_102 item = ; // Item_102 | Item to create.
        try {
            'Integer' result = apiInstance.trackingUsersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_usersApi;

public class Tracking_usersApiExample {

    public static void main(String[] args) {
        Tracking_usersApi apiInstance = new Tracking_usersApi();
        Item_102 item = ; // Item_102 | Item to create.
        try {
            'Integer' result = apiInstance.trackingUsersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_usersApi#trackingUsersPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_102 *item = ; // Item to create.

Tracking_usersApi *apiInstance = [[Tracking_usersApi alloc] init];

// Create
[apiInstance trackingUsersPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_usersApi()

var item = ; // {Item_102} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingUsersPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingUsersPostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_usersApi();
            var item = new Item_102(); // Item_102 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingUsersPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_usersApi.trackingUsersPost: " + e.Message );
            }
        }
    }
}

                                                    

trackingUsersPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_usersApi->trackingUsersPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Tracking_website

trackingWebsiteGet

List


/tracking_website

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_website?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_32] result = apiInstance.trackingWebsiteGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_32] result = apiInstance.trackingWebsiteGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// List
[apiInstance trackingWebsiteGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_32] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsiteGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsiteGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_32] result = apiInstance.trackingWebsiteGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsiteGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsiteGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsiteGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of tracking_website


trackingWebsiteIdDelete

Delete


/tracking_website/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/tracking_website/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// Delete
[apiInstance trackingWebsiteIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsiteIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsiteIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.trackingWebsiteIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsiteIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsiteIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsiteIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


trackingWebsiteIdGet

Read


/tracking_website/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/tracking_website/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_32 result = apiInstance.trackingWebsiteIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_32 result = apiInstance.trackingWebsiteIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// Read
[apiInstance trackingWebsiteIdGetWith:id
              completionHandler: ^(inline_response_200_32 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsiteIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsiteIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_32 result = apiInstance.trackingWebsiteIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsiteIdGet: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsiteIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsiteIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


trackingWebsiteIdPatch

Increment


/tracking_website/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/tracking_website/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        Item_107 item = ; // Item_107 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        Item_107 item = ; // Item_107 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_107 *item = ; // Properties of item to update.

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// Increment
[apiInstance trackingWebsiteIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_107} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsiteIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsiteIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_107(); // Item_107 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.trackingWebsiteIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsiteIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsiteIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsiteIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingWebsiteIdPut

Update


/tracking_website/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/tracking_website/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        Item_106 item = ; // Item_106 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        String id = id_example; // String | Identifier for item.
        Item_106 item = ; // Item_106 | Properties of item to update.
        try {
            'Integer' result = apiInstance.trackingWebsiteIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsiteIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_106 *item = ; // Properties of item to update.

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// Update
[apiInstance trackingWebsiteIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_106} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsiteIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsiteIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_106(); // Item_106 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.trackingWebsiteIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsiteIdPut: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsiteIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsiteIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


trackingWebsitePost

Create


/tracking_website

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/tracking_website"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Tracking_websiteApi;

import java.io.File;
import java.util.*;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        Item_105 item = ; // Item_105 | Item to create.
        try {
            'Integer' result = apiInstance.trackingWebsitePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsitePost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Tracking_websiteApi;

public class Tracking_websiteApiExample {

    public static void main(String[] args) {
        Tracking_websiteApi apiInstance = new Tracking_websiteApi();
        Item_105 item = ; // Item_105 | Item to create.
        try {
            'Integer' result = apiInstance.trackingWebsitePost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Tracking_websiteApi#trackingWebsitePost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_105 *item = ; // Item to create.

Tracking_websiteApi *apiInstance = [[Tracking_websiteApi alloc] init];

// Create
[apiInstance trackingWebsitePostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Tracking_websiteApi()

var item = ; // {Item_105} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.trackingWebsitePost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class trackingWebsitePostExample
    {
        public void main()
        {
            
            var apiInstance = new Tracking_websiteApi();
            var item = new Item_105(); // Item_105 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.trackingWebsitePost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Tracking_websiteApi.trackingWebsitePost: " + e.Message );
            }
        }
    }
}

                                                    

trackingWebsitePost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Tracking_websiteApi->trackingWebsitePost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Users

usersGet

List


/users

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/users?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_33] result = apiInstance.usersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_33] result = apiInstance.usersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

UsersApi *apiInstance = [[UsersApi alloc] init];

// List
[apiInstance usersGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_33] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersGetExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_33] result = apiInstance.usersGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersGet: " + e.Message );
            }
        }
    }
}

                                                    

usersGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of users


usersIdDelete

Delete


/users/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.usersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.usersIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

UsersApi *apiInstance = [[UsersApi alloc] init];

// Delete
[apiInstance usersIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.usersIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

usersIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


usersIdGet

Read


/users/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_33 result = apiInstance.usersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_33 result = apiInstance.usersIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

UsersApi *apiInstance = [[UsersApi alloc] init];

// Read
[apiInstance usersIdGetWith:id
              completionHandler: ^(inline_response_200_33 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_33 result = apiInstance.usersIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersIdGet: " + e.Message );
            }
        }
    }
}

                                                    

usersIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


usersIdPatch

Increment


/users/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        Item_110 item = ; // Item_110 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        Item_110 item = ; // Item_110 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_110 *item = ; // Properties of item to update.

UsersApi *apiInstance = [[UsersApi alloc] init];

// Increment
[apiInstance usersIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_110} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_110(); // Item_110 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.usersIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

usersIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


usersIdPut

Update


/users/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/users/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        Item_109 item = ; // Item_109 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        String id = id_example; // String | Identifier for item.
        Item_109 item = ; // Item_109 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_109 *item = ; // Properties of item to update.

UsersApi *apiInstance = [[UsersApi alloc] init];

// Update
[apiInstance usersIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_109} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_109(); // Item_109 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.usersIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersIdPut: " + e.Message );
            }
        }
    }
}

                                                    

usersIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


usersPost

Create


/users

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/users"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .UsersApi;

import java.io.File;
import java.util.*;

public class UsersApiExample {

    public static void main(String[] args) {
        
        UsersApi apiInstance = new UsersApi();
        Item_108 item = ; // Item_108 | Item to create.
        try {
            'Integer' result = apiInstance.usersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .UsersApi;

public class UsersApiExample {

    public static void main(String[] args) {
        UsersApi apiInstance = new UsersApi();
        Item_108 item = ; // Item_108 | Item to create.
        try {
            'Integer' result = apiInstance.usersPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling UsersApi#usersPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_108 *item = ; // Item to create.

UsersApi *apiInstance = [[UsersApi alloc] init];

// Create
[apiInstance usersPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .UsersApi()

var item = ; // {Item_108} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersPostExample
    {
        public void main()
        {
            
            var apiInstance = new UsersApi();
            var item = new Item_108(); // Item_108 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.usersPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling UsersApi.usersPost: " + e.Message );
            }
        }
    }
}

                                                    

usersPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling UsersApi->usersPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Users_common

usersCommonGet

List


/users_common

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/users_common?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_34] result = apiInstance.usersCommonGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_34] result = apiInstance.usersCommonGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// List
[apiInstance usersCommonGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_34] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonGetExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_34] result = apiInstance.usersCommonGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonGet: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of users_common


usersCommonIdDelete

Delete


/users_common/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/users_common/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.usersCommonIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.usersCommonIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// Delete
[apiInstance usersCommonIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.usersCommonIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


usersCommonIdGet

Read


/users_common/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/users_common/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_34 result = apiInstance.usersCommonIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_34 result = apiInstance.usersCommonIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// Read
[apiInstance usersCommonIdGetWith:id
              completionHandler: ^(inline_response_200_34 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_34 result = apiInstance.usersCommonIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonIdGet: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


usersCommonIdPatch

Increment


/users_common/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/users_common/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        Item_113 item = ; // Item_113 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersCommonIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        Item_113 item = ; // Item_113 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersCommonIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_113 *item = ; // Properties of item to update.

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// Increment
[apiInstance usersCommonIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_113} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_113(); // Item_113 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.usersCommonIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


usersCommonIdPut

Update


/users_common/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/users_common/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        Item_112 item = ; // Item_112 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersCommonIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        String id = id_example; // String | Identifier for item.
        Item_112 item = ; // Item_112 | Properties of item to update.
        try {
            'Integer' result = apiInstance.usersCommonIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_112 *item = ; // Properties of item to update.

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// Update
[apiInstance usersCommonIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_112} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_112(); // Item_112 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.usersCommonIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonIdPut: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


usersCommonPost

Create


/users_common

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/users_common"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .Users_commonApi;

import java.io.File;
import java.util.*;

public class Users_commonApiExample {

    public static void main(String[] args) {
        
        Users_commonApi apiInstance = new Users_commonApi();
        Item_111 item = ; // Item_111 | Item to create.
        try {
            'Integer' result = apiInstance.usersCommonPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .Users_commonApi;

public class Users_commonApiExample {

    public static void main(String[] args) {
        Users_commonApi apiInstance = new Users_commonApi();
        Item_111 item = ; // Item_111 | Item to create.
        try {
            'Integer' result = apiInstance.usersCommonPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling Users_commonApi#usersCommonPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_111 *item = ; // Item to create.

Users_commonApi *apiInstance = [[Users_commonApi alloc] init];

// Create
[apiInstance usersCommonPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .Users_commonApi()

var item = ; // {Item_111} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.usersCommonPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class usersCommonPostExample
    {
        public void main()
        {
            
            var apiInstance = new Users_commonApi();
            var item = new Item_111(); // Item_111 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.usersCommonPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Users_commonApi.usersCommonPost: " + e.Message );
            }
        }
    }
}

                                                    

usersCommonPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling Users_commonApi->usersCommonPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Visiteur

visiteurGet

List


/visiteur

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/visiteur?exclude=&include=&order=&page=&transform=&columns=&filter[]=&satisfy="



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_35] result = apiInstance.visiteurGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        String exclude = exclude_example; // String | One or more related entities (comma separated).
        String include = include_example; // String | One or more related entities (comma separated).
        String order = order_example; // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc
        String page = page_example; // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
        Boolean transform = true; // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript!
        String columns = columns_example; // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
        array[String] filter[] = ; // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
        String satisfy = satisfy_example; // String | Should all filters match (default)? Or any?
        try {
            array[inline_response_200_35] result = apiInstance.visiteurGet(exclude, include, order, page, transform, columns, filter[], satisfy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *exclude = exclude_example; // One or more related entities (comma separated). (optional)
String *include = include_example; // One or more related entities (comma separated). (optional)
String *order = order_example; // Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional)
String *page = page_example; // Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional)
Boolean *transform = true; // Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional)
String *columns = columns_example; // The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional)
array[String] *filter[] = ; // Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional)
String *satisfy = satisfy_example; // Should all filters match (default)? Or any? (optional)

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// List
[apiInstance visiteurGetWith:exclude
    include:include
    order:order
    page:page
    transform:transform
    columns:columns
    filter[]:filter[]
    satisfy:satisfy
              completionHandler: ^(array[inline_response_200_35] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var opts = { 
  'exclude': exclude_example, // {String} One or more related entities (comma separated).
  'include': include_example, // {String} One or more related entities (comma separated).
  'order': order_example, // {String} Column you want to sort on and the sort direction (comma separated). Example: id,desc
  'page': page_example, // {String} Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10
  'transform': true, // {Boolean} Transform the records to object format. NB: This can also be done client-side in JavaScript!
  'columns': columns_example, // {String} The table columns you want to retrieve (comma separated). Example: posts.*,categories.name
  'filter[]': , // {array[String]} Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1
  'satisfy': satisfy_example // {String} Should all filters match (default)? Or any?
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurGet(opts, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurGetExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var exclude = exclude_example;  // String | One or more related entities (comma separated). (optional) 
            var include = include_example;  // String | One or more related entities (comma separated). (optional) 
            var order = order_example;  // String | Column you want to sort on and the sort direction (comma separated). Example: id,desc (optional) 
            var page = page_example;  // String | Page number and page size (comma separated). NB: You cannot use "page" without "order"! Example: 1,10 (optional) 
            var transform = true;  // Boolean | Transform the records to object format. NB: This can also be done client-side in JavaScript! (optional) 
            var columns = columns_example;  // String | The table columns you want to retrieve (comma separated). Example: posts.*,categories.name (optional) 
            var filter[] = new array[String](); // array[String] | Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1 (optional) 
            var satisfy = satisfy_example;  // String | Should all filters match (default)? Or any? (optional) 

            try
            {
                // List
                array[inline_response_200_35] result = apiInstance.visiteurGet(exclude, include, order, page, transform, columns, filter[], satisfy);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurGet: " + e.Message );
            }
        }
    }
}

                                                    

visiteurGet($exclude, $include, $order, $page, $transform, $columns, $filter[], $satisfy);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Query parameters
Name Description
exclude
include
order
page
transform
columns
filter[]
satisfy

Responses

Status: 200 - An array of visiteur


visiteurIdDelete

Delete


/visiteur/{id}

Usage and SDK Samples


curl -X delete "http://myastro-omnizya.c9users.io/api/index.php/visiteur/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.visiteurIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        try {
            'Integer' result = apiInstance.visiteurIdDelete(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdDelete");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// Delete
[apiInstance visiteurIdDeleteWith:id
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurIdDelete(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurIdDeleteExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Delete
                'Integer' result = apiInstance.visiteurIdDelete(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurIdDelete: " + e.Message );
            }
        }
    }
}

                                                    

visiteurIdDelete($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurIdDelete: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - Number of affected rows.


visiteurIdGet

Read


/visiteur/{id}

Usage and SDK Samples


curl -X get "http://myastro-omnizya.c9users.io/api/index.php/visiteur/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_35 result = apiInstance.visiteurIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdGet");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        try {
            inline_response_200_35 result = apiInstance.visiteurIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdGet");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// Read
[apiInstance visiteurIdGetWith:id
              completionHandler: ^(inline_response_200_35 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var id = id_example; // {String} Identifier for item.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurIdGet(id, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurIdGetExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var id = id_example;  // String | Identifier for item.

            try
            {
                // Read
                inline_response_200_35 result = apiInstance.visiteurIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurIdGet: " + e.Message );
            }
        }
    }
}

                                                    

visiteurIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurIdGet: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*

Responses

Status: 200 - The requested item.


visiteurIdPatch

Increment


/visiteur/{id}

Usage and SDK Samples


curl -X patch "http://myastro-omnizya.c9users.io/api/index.php/visiteur/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        Item_116 item = ; // Item_116 | Properties of item to update.
        try {
            'Integer' result = apiInstance.visiteurIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        Item_116 item = ; // Item_116 | Properties of item to update.
        try {
            'Integer' result = apiInstance.visiteurIdPatch(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdPatch");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_116 *item = ; // Properties of item to update.

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// Increment
[apiInstance visiteurIdPatchWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_116} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurIdPatch(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurIdPatchExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_116(); // Item_116 | Properties of item to update.

            try
            {
                // Increment
                'Integer' result = apiInstance.visiteurIdPatch(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurIdPatch: " + e.Message );
            }
        }
    }
}

                                                    

visiteurIdPatch($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurIdPatch: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


visiteurIdPut

Update


/visiteur/{id}

Usage and SDK Samples


curl -X put "http://myastro-omnizya.c9users.io/api/index.php/visiteur/{id}"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        Item_115 item = ; // Item_115 | Properties of item to update.
        try {
            'Integer' result = apiInstance.visiteurIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdPut");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        String id = id_example; // String | Identifier for item.
        Item_115 item = ; // Item_115 | Properties of item to update.
        try {
            'Integer' result = apiInstance.visiteurIdPut(id, item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurIdPut");
            e.printStackTrace();
        }
    }
}

                                                  


String *id = id_example; // Identifier for item.
Item_115 *item = ; // Properties of item to update.

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// Update
[apiInstance visiteurIdPutWith:id
    item:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var id = id_example; // {String} Identifier for item.

var item = ; // {Item_115} Properties of item to update.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurIdPut(id, item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurIdPutExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var id = id_example;  // String | Identifier for item.
            var item = new Item_115(); // Item_115 | Properties of item to update.

            try
            {
                // Update
                'Integer' result = apiInstance.visiteurIdPut(id, item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurIdPut: " + e.Message );
            }
        }
    }
}

                                                    

visiteurIdPut($id, $item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurIdPut: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Path parameters
Name Description
id*
Body parameters
Name Description
item *

Responses

Status: 200 - Number of affected rows.


visiteurPost

Create


/visiteur

Usage and SDK Samples


curl -X post "http://myastro-omnizya.c9users.io/api/index.php/visiteur"



import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import .VisiteurApi;

import java.io.File;
import java.util.*;

public class VisiteurApiExample {

    public static void main(String[] args) {
        
        VisiteurApi apiInstance = new VisiteurApi();
        Item_114 item = ; // Item_114 | Item to create.
        try {
            'Integer' result = apiInstance.visiteurPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurPost");
            e.printStackTrace();
        }
    }
}

                                                  

import .VisiteurApi;

public class VisiteurApiExample {

    public static void main(String[] args) {
        VisiteurApi apiInstance = new VisiteurApi();
        Item_114 item = ; // Item_114 | Item to create.
        try {
            'Integer' result = apiInstance.visiteurPost(item);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling VisiteurApi#visiteurPost");
            e.printStackTrace();
        }
    }
}

                                                  


Item_114 *item = ; // Item to create.

VisiteurApi *apiInstance = [[VisiteurApi alloc] init];

// Create
[apiInstance visiteurPostWith:item
              completionHandler: ^('Integer' output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];

                                                    

var  = require('');

var api = new .VisiteurApi()

var item = ; // {Item_114} Item to create.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.visiteurPost(item, callback);

                                                    

using System;
using System.Diagnostics;
using .Api;
using .Client;
using ;

namespace Example
{
    public class visiteurPostExample
    {
        public void main()
        {
            
            var apiInstance = new VisiteurApi();
            var item = new Item_114(); // Item_114 | Item to create.

            try
            {
                // Create
                'Integer' result = apiInstance.visiteurPost(item);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling VisiteurApi.visiteurPost: " + e.Message );
            }
        }
    }
}

                                                    

visiteurPost($item);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling VisiteurApi->visiteurPost: ', $e->getMessage(), PHP_EOL;
}

                                                  

Parameters

Body parameters
Name Description
item *

Responses

Status: 200 - Identifier of created item.


Generated 2017-08-04T10:55:25.675Z